diff --git a/kjg/python-the-hard-way/e35.py b/kjg/python-the-hard-way/e35.py index 2f12982..8c2f4a6 100644 --- a/kjg/python-the-hard-way/e35.py +++ b/kjg/python-the-hard-way/e35.py @@ -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.")