From b7fc736894eeb2732893ccb4f545dec4edb86f42 Mon Sep 17 00:00:00 2001 From: kjg Date: Fri, 29 May 2020 22:38:39 +0900 Subject: [PATCH] [Python #6] update e35.py --- kjg/python-the-hard-way/e35.py | 2 ++ 1 file changed, 2 insertions(+) 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.")