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
############################################################################################################### | |
# Author: Scott Neaves 09/08/2015 # | |
# Hangman # | |
# Python v2.7 # | |
############################################################################################################### | |
from random import choice | |
import string | |
import webbrowser |
NewerOlder