Question: help me in python High Scores Submit Assignment Due Tuesday by 11:59pm Points 25 Submitting a file upload File Types py Available until Mar 27
High Scores Submit Assignment Due Tuesday by 11:59pm Points 25 Submitting a file upload File Types py Available until Mar 27 at 11:59pm Create a program that allows someone to enter in a minimum of 5 player scores. Your program will output the top three scores along with the player's name. 1) Create the HighScores array that will hold the arrays of each player 2) Create a loop that will ask for a minimum of 5 players. You should get the player's name and score. The name and score should be placed into an array which then gets appended to the scores array 3) Sort the HighScores array from highest to lowest score 4) Output the three highest scores along with the player's name Here is a sample of the output What is the players name? Bart What is Bart's score? 15 What is the players name? Marge What is Marge's Score? 2s What is the players name? Lisa What is Lisa's score2 50 What is the players name ? Homer F8 F9 F10 &A 3 5 6 8 D F G H J KL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
