Question: # display a welcome message print ( The Test Scores program ) print ( ) print ( Enter 3 test scores ) print
# display a welcome message
printThe Test Scores program"
print
printEnter test scores"
print
# get scores from the user
totalscore # initialize the variable for accumulating scores
totalscore intinputEnter test score:
totalscore intinputEnter test score:
totalscore intinputEnter test score:
# calculate average score
averagescore roundtotalscore
# format and display the result
print
printYour scores: score score score
printTotal Score: totalscore,"
Average Score:", averagescore
print
printBye
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
