Question: Must use Python to answer!! (Find the highest score) Write a program that prompts the user to enter the number of students and each student's

Must use Python to answer!!
(Find the highest score) Write a program that prompts the user to enter the number of students and each student's name and score, and displays the name and highest score. Assume that the number of students is at least 1. Sample Run for Exercise05_10.py Enter input data for the program (Sample data provided below. You may modify it.) 3 John 78.5 Peter 34.5 Susan 89.3 Show the Sample Output Using the Preceeding Input Reset Execution Result: command>python Exercise05_10.py Enter the number of students: 3 Enter a student name: John Enter a student score: 78.5 Enter a student name: Peter Enter a student score: 34.5 Enter a student name: Susan Enter a student score: 89.3 Top student Susan's score is 89.3 command>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
