From ebca0110cf496e4faa5f95cfa4e35bceb72338bd Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Thu, 28 Nov 2019 14:06:04 -0700 Subject: [PATCH] Update play.py --- play.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/play.py b/play.py index 171b750..bc54dba 100644 --- a/play.py +++ b/play.py @@ -135,9 +135,9 @@ def play_aidungeon_2(): console_print(result + "\n CONGRATS YOU WIN") break elif player_died(result): - console_print(result): + console_print(result) died = input("Did you die? (y/N)") - if died.lower() in ["yes", "y"] + if died.lower() in ["yes", "y"]: console_print("YOU DIED. GAME OVER") break break