[Python #6] update e35.py
This commit is contained in:
parent
a84ea74d15
commit
b7fc736894
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ def start():
|
|||
bear_room()
|
||||
elif choice == "right":
|
||||
cthulhu_room()
|
||||
elif choice == "cheat":
|
||||
print("You win")
|
||||
else:
|
||||
dead("You stumble around the room until you starve.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue