Started student grades exercise
This commit is contained in:
parent
9c2b04b11e
commit
9baf29126b
6
student_grades.py
Normal file
6
student_grades.py
Normal 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)):
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user