def get_student_info(): student_name = input("What is the Student Name?") num_of_courses = input(f"How many classes is {name} taking?") student_grades = [] for course in range(1, int(num_of_courses)):