Skip to content

Instantly share code, notes, and snippets.

@richardbwest
Last active July 23, 2016 22:18
Show Gist options
  • Save richardbwest/55d7e1045fee9dff7ea616a8cfb2263c to your computer and use it in GitHub Desktop.
Save richardbwest/55d7e1045fee9dff7ea616a8cfb2263c to your computer and use it in GitHub Desktop.
A basic example of just a stickman for use in our hangman game.
stickman = "\
|------\n\
| O\n\
| ---|---\n\
| / \\ \n\
| / \\ \n\
|_____"
print(stickman)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment