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 93c9c9d33c - Show all commits
+2 -1
View File
@@ -43,6 +43,7 @@ def user_output(subject, categories, average, average_subject):
print(string + "\n")
print("The average of {} is {}.".format(subject, average_subject))
def password():
print("What is your password?")
return input()
return input()