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'