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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!