suryansh-code / hangman

Expected 2 blank lines FLK-E302
Style
Minor
6 months ago6 months old
expected 2 blank lines, found 1
187
188    return hint_word
189
190def hangman(secret_word):191    """
192    secret_word: string, the secret word to guess.
193