[Solved]Python Assume File Athletestxt File Contains List 200 Popular Athlete Names Write Program Q37046928
Python
Assume you have a file Athletes.txt–This file contains a listof the 200 most popular Athlete names.
Write a program that reads the contents of the file into a list,allows a user to input name of an Athlete, then tells the userwhether the name was popular.
First, the program should prompt the user to input an Athlete’sname,
If the name was a popular name, like “Tiger Wood” or “RogerFederer” , the program should print “Tiger Wood was a popularAthlete.” etc.
If the name was not a popular athlete name, like” James Brown”, theprogram should print
“James Brown was not a popular Athlete’s name between 2000 and2009.”
Expert Answer
Answer to Python Assume you have a file Athletes.txt–This file contains a list of the 200 most popular Athlete names. Write a pro… . . .
OR

