Question: please do not use loops, program should be as basic as possible. Create a python program that manages your test scores in a given class.

please do not use loops, program should be as basic as possible.

 please do not use loops, program should be as basic as

Create a python program that manages your test scores in a given class. To do this, use a list callod "grades" holds a running list of your test scores. For example: grades=[90,74,88] your test scores are: [90,74,88,91] Your best test score is: 91 Your Worst test score was: 74 your class average is: 85.75

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 Databases Questions!