From 93c9c9d33cfe12903eb584644bc5088a2dfa4aed Mon Sep 17 00:00:00 2001 From: tstst334 Date: Fri, 2 Aug 2019 15:48:06 +0200 Subject: [PATCH] password --- user_IO.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()