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 characters
# hangman game | |
# forked from chrishorton/hangmanwordbank.py for ASCII art | |
# wordbanks generated by ChatGPT | |
# all other code written from scratch | |
import random | |
import string | |
HANGMANPICS = [r''' | |
+---+ | |
| | |