Exceptions added #19

Merged
lade043 merged 11 commits from exceptions into master 2019-08-02 18:58:52 +02:00
Showing only changes of commit 92d253680e - Show all commits
+4
View File
@@ -42,3 +42,7 @@ def user_output(subject, categories, average, average_subject):
string += str(grade) + ", "
print(string + "\n")
print("The average of {} is {}.".format(subject, average_subject))
def password():
print("What is your password?")
return input()