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 4adc695 commit 44601e9Copy full SHA for 44601e9
Scrabble/scrabble.py
@@ -18,7 +18,7 @@ def main():
18
19
20
def valid(word):
21
-"""
+ """
22
Checks if a word is valid by checking its meaning using PyDictionary.
23
Args:
24
word (str): The word to be validated.
0 commit comments