[Python #6] update e35.py

This commit is contained in:
kjg 2020-05-29 22:38:39 +09:00
parent a84ea74d15
commit b7fc736894
1 changed files with 2 additions and 0 deletions

View File

@ -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.")