Question: 1. Make a empty list called scores_list 2. Use a while loop to ask the user to enter a score or q to quit. a.
1. Make a empty list called scores_list
2. Use a while loop to ask the user to enter a score or q to quit. a. Each loop, if a score is entered, it should be added to the list. If q is entered, break out of the loop. b. Use try-except to catch a ValueError and make sure an integer score is entered.
3. Use a for loop to print each element of the list on a separate line.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
