Question: In this question, you will get a string from the user as input. This string will contain Instagram usernames with their follower numbers in millions

 In this question, you will get a string from the user

In this question, you will get a string from the user as input. This string will contain Instagram usernames with their follower numbers in millions in the following format: username: follower_number: username?: follower_number2; username 3: follower_number3; usernamed: follower_numberd:... As you can see, there are username and respective follower number pairs. Each pair is separated with a semicolon 3), and each username-follower number information is separated by a colon (**). You may assume that the user will enter the input with the predefined format and thus do not need to perform any kind of input checks Your task is to write a Python program to get such an input from the users and print all the usernames whose follower number is strictly greater than 90 (in milion). You may assume that there will be at least one username, follower number pair in the input however the number of such as can be anything. You may also assume that a username appears exactly once in the input Sample Runt: Enter Input: fcbarcelona: 91:cristiano: 243; therock: 204: loomessi: 169 tobacolona Sample Run Enteringut shakica69, leomessi 169: vindtasol67

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!