Question: Drag the following code pieces to the correct position. This code asks the user for several test scores and then prints the average. #ask
Drag the following code pieces to the correct position. This code asks the user for several test scores and then prints the average. #ask for 3 scores # calculate average average_score= print("Average Test Score:", average_score) score = float(input("Enter score ")) test scores.append(score) len(test_scores) len(score) test scores.sum() test scores.add(score) test_scores sum(test_scores) [] score.append(test_scores)
Step by Step Solution
3.37 Rating (147 Votes )
There are 3 Steps involved in it
The lines related to lenscore scoreappendtestscores and testscoresaddscore are not nee... View full answer
Get step-by-step solutions from verified subject matter experts
