-
-
Save devme123/2074c9d578971943cc3eca49e14cbe3e to your computer and use it in GitHub Desktop.
Revisions
-
chrishorton created this gist
May 21, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,61 @@ HANGMANPICS = [''' +---+ | | | | | | =========''', ''' +---+ | | O | | | | =========''', ''' +---+ | | O | | | | | =========''', ''' +---+ | | O | /| | | | =========''', ''' +---+ | | O | /|\ | | | =========''', ''' +---+ | | O | /|\ | / | | =========''', ''' +---+ | | O | /|\ | / \ | | ========='''] #Word bank of animals words = ('ant baboon badger bat bear beaver camel cat clam cobra cougar ' 'coyote crow deer dog donkey duck eagle ferret fox frog goat ' 'goose hawk lion lizard llama mole monkey moose mouse mule newt ' 'otter owl panda parrot pigeon python rabbit ram rat raven ' 'rhino salmon seal shark sheep skunk sloth snake spider ' 'stork swan tiger toad trout turkey turtle weasel whale wolf ' 'wombat zebra ').split()