Question: In PYTHON Assign sum_extra with the total extra credit received given list test grades. Full credit is 100, so anything over 100 is extra credit.

 In PYTHON Assign sum_extra with the total extra credit received given
In PYTHON

Assign sum_extra with the total extra credit received given list test grades. Full credit is 100, so anything over 100 is extra credit. For the given program, sum extra is 8 because 1+0+ 7 + O is 8 Sample output for the given program with input: '101 83 107 90 Sum extra: 8 1 user input input() 2 test prades- list(a[int, user_input.split())) contains test scores 4 Sum extra-999 Initialize o before your loop Your solution goes here *prints extra extra

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!