python-programs/student_grades.py
2025-06-27 17:01:46 -04:00

6 lines
225 B
Python

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)):