Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 206 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 206 Bytes

Hangman

The word to guess is preset to 'awesome'. The word can be changed in the source code as below:

word = 'awesome' # Line 6

# The word must be all lowercase. 
# Ex:
word = 'python'