Skip to content

Instantly share code, notes, and snippets.

View ambolatunji's full-sized avatar

Dare Israila Olatunji ambolatunji

View GitHub Profile
#!/usr/bin/python3
# Hangman game
# @ https://gist.github.com/eaorak/3986188
'just added hint'
import random
class HangMan(object):
# Hangman game
hang = []