From 2c40e9cc8b0daf94fe1181e73e30859d32b441fb Mon Sep 17 00:00:00 2001 From: acid Date: Tue, 26 Jan 2021 20:58:19 +0000 Subject: [PATCH] fixed indent on multiline code --- ghost.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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