Bryce H.

asked • 01/23/23

To add a curve to the amount of grades being printed.

Code in python. Given the following list of student test scores, apply a class "curve" to each score. The class curve is as follows:

 

90 or above: no curve

80 to 90: +2 points

70 to 80: +5 points

Lower than 70: +8 points

 

Use the below test scores list:

grades = [93, 74, 66, 98, 34, 75, 79, 83, 84, 91, 12, 69, 72]


1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.