Started student grades exercise

This commit is contained in:
cheeks 2025-06-27 17:01:46 -04:00
parent 9c2b04b11e
commit 9baf29126b

6
student_grades.py Normal file
View File

@ -0,0 +1,6 @@
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)):