fixed indent on multiline code
This commit is contained in:
4
ghost.py
4
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
|
||||
|
||||
Reference in New Issue
Block a user