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: ")