From 2cde899db88cacb90235c26efdd73ce4c6c74c08 Mon Sep 17 00:00:00 2001 From: "Kamal Bentahar (ab3735)" Date: Tue, 9 Oct 2018 10:48:31 +0100 Subject: [PATCH] changed darkish back to dark --- Week2/TextAdventure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week2/TextAdventure.py b/Week2/TextAdventure.py index b098c72..388d746 100644 --- a/Week2/TextAdventure.py +++ b/Week2/TextAdventure.py @@ -5,7 +5,7 @@ print("---------------- ---------------") print("--------------- --------------") print("\n") -print("You awake in a darkish room. Do you:") +print("You awake in a dark room. Do you:") print(" a) Scream for help.") print(" b) Press the light switch") choice = input("Enter a or b: ")