diff --git a/user_IO.py b/user_IO.py index 2f31563..7ba55ba 100644 --- a/user_IO.py +++ b/user_IO.py @@ -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() \ No newline at end of file + return input()