This commit is contained in:
tstst334
2019-08-02 15:48:06 +02:00
parent 92d253680e
commit 93c9c9d33c
+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()