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
|
# This is one way to do a multi-line string
|
||||||
print("""Three doors ahead...
|
print("""Three doors ahead...
|
||||||
A ghost behind one.
|
A ghost behind one.
|
||||||
Which door do you open?""")
|
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 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
|
# We test the negative (!=), just to flip the order for aesthetics
|
||||||
|
|||||||
Reference in New Issue
Block a user