suryansh-code / hangman

No blank lines allowed after function docstring FLK-D202
Documentation
Minor
1 occurrence in this check
No blank lines allowed after function docstring
 14
 15
 16def is_guessed(secret_word, guess_word, guess):
 17    """ 18    secret_word: string, the word the user is guessing; assumes all letters are
 19      lowercase
 20    letters_guessed: list (of letters), which letters have been guessed so far;