password
This commit is contained in:
@@ -43,6 +43,7 @@ def user_output(subject, categories, average, average_subject):
|
|||||||
print(string + "\n")
|
print(string + "\n")
|
||||||
print("The average of {} is {}.".format(subject, average_subject))
|
print("The average of {} is {}.".format(subject, average_subject))
|
||||||
|
|
||||||
|
|
||||||
def password():
|
def password():
|
||||||
print("What is your password?")
|
print("What is your password?")
|
||||||
return input()
|
return input()
|
||||||
Reference in New Issue
Block a user