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.

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
Get step-by-step solutions from verified subject matter experts
