mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
no change
This commit is contained in:
@@ -31,10 +31,10 @@ def print_instructions():
|
|||||||
|
|
||||||
def play_game():
|
def play_game():
|
||||||
print("Lets play a game")
|
print("Lets play a game")
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
if input("Do you want instrunctions?\n").lower().startswith("y"):
|
if input("Do you want instrunctions?\n").lower().startswith("y"):
|
||||||
print_instructions()
|
print_instructions()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user