no change

This commit is contained in:
Thomas Kwashnak
2022-01-04 14:05:39 -05:00
parent 5b80b2f588
commit 497801d6ea

View File

@@ -31,10 +31,10 @@ def print_instructions():
def play_game():
print("Lets play a game")
def main():
if input("Do you want instrunctions?\n").lower().startswith("y"):
print_instructions()
if __name__ == "__main__":
main()