Python Prog: The program should solve the following problem: 1. prompt the user
ID: 3910084 • Letter: P
Question
Python Prog:
The program should solve the following problem:
1. prompt the user to enter the number of students and
2. for each student prompt the user to enter the name and score for that student
3. when done reading data for all students, display the two students with the highests scores. (notice that if the number of students is less than 2, the program still reads two students)
ex: