suryansh-code / hangman

Consider using literal syntax to create the data structure PTC-W0019
Performance
Minor
6 months ago6 months old
unnecessary list call - write as literal
286    guesses_remaining = GUESS_LIMIT
287    warnings_remaining = 3
288    good_guess = 0
289    guesses_combine = list()290    print(secret_word)
291
292