fixed indent on multiline code

This commit is contained in:
2021-01-26 20:58:19 +00:00
parent 9c4b66c4ce
commit 2c40e9cc8b

View File

@@ -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