diff --git a/ghost.py b/ghost.py index 5a919f9..3ef1f76 100644 --- a/ghost.py +++ b/ghost.py @@ -20,8 +20,8 @@ while True: # This is one way to do a multi-line string print("""Three doors ahead... - A ghost behind one. - Which door do you open?""") +A ghost behind one. +Which door do you open?""") # We don't need to store the input or ghost door so can compute them at the time of use # We test the negative (!=), just to flip the order for aesthetics