We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116a354 commit 1f2eef5Copy full SHA for 1f2eef5
examples/helpers.py
@@ -70,4 +70,3 @@ def get_words_list(filename):
70
def get_english_words():
71
"""Returns the set of English words in lower-case"""
72
return set(word.strip().lower() for word in file_reader('english.txt'))
73
-
0 commit comments