Update Functions.py

This commit is contained in:
Andrew Dinh 2019-04-19 09:42:54 -07:00 committed by GitHub
parent 4b775d7bb9
commit 969bbdf639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,7 +247,7 @@ def trueOrFalse():
elif answer.lower() == 'no':
return False
else:
print('Please either choose a number or type an answer')
print('Please choose a number or type an answer')
def main():