Question: Q#1: Write a Python program to ask the user for number of students. Create an empty scores list. Fill scores list with score values from
Q\#1: Write a Python program to ask the user for number of students. Create an empty scores list. Fill scores list with score values from the user using list append() method in a for loop. Print scores list. Use sort) method to sort scores list then print scores list. Use reverse() method to reverse the scores list then print the scores list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
