Question: Write a python code Write a function report_card where the user can enter each of his grades, after which the program prints out a report
Write a function report_card where the user can enter each of his grades, after which the program prints out a report card with GPA. Remember to ask the user how many classes he took. Example output is below. > > > report_card() How many classes did you take? 4 What was the name of this class? ME410 What was your grade? 94 REPORT CARD: ME410-94 ME411-96 ME412-91 ME413-88 Overall GPA-92.25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
