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