Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion games/Reverse-Hangman-Game/Reverse-Hangman-Game.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

WORDS_BY_LENGTH = {}
def main():
global attempts_left, choice, frequency, guess, guessed_letters, i, length, letter, pattern, pattern_list, possible_words, remaining, target_word, valid, word, wrong_letters
for word in WORDS:
length = len(word)
if length not in WORDS_BY_LENGTH:
Expand Down