Day 13: 100 Days of Python
#DAY 13 Of 100Days od code
print ("EXAM GRADE CALCULATOR")
print()
student = input("what is your name: ")
subject = input("what subject exams did you write recently: ")
score = int(input("what was your score in the exams you wrote: "))
total = int...
datapythonist.hashnode.dev1 min read