I am making a hangman game, which gets the hangman shape from a list. For some reason though, because each image is in a multiline string, somehow it loses formatting so that one line goes on the same as another.
Here's the code:
'''
___________.._______
| .__________))______|
| | / / ||
| |/ / ||
| | / ||.-''.
| |/ |/ _ \
| | || `/,| #this line!
| | (\\`_.'
| | -`--'
| | | |
| | | |
| | | |
| | | _ |
| |
| |
| |
| |
| |
""""""""""""""""""""""""|
|"|"""""""\ \ '"|"|
| | \ \ | |
: : \ \ : :
. . `' . .'''
Obviously, where it say's '#this line!', that's the one that moves up. I can provide the rest of the list if required.
Thanks! :)