We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been playing with the homophones() function and the API data does not copy correctly for URL. For example when I run.
lex = Lex("pop") wordlist = lex.homophones() print(lex) lex.display_wordlist(wordlist, len(wordlist))
the output is as follows.
<script.Lex object at 0x024E0370> EOL while scanning string literal (, line 1)
I've visited the webpage and there are four words, I'm just raising awareness. Sorry if the formatting is incorrect this is my first comment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been playing with the homophones() function and the API data does not copy correctly for URL. For example when I run.
lex = Lex("pop")
wordlist = lex.homophones()
print(lex)
lex.display_wordlist(wordlist, len(wordlist))
the output is as follows.
<script.Lex object at 0x024E0370>
EOL while scanning string literal (, line 1)
I've visited the webpage and there are four words, I'm just raising awareness. Sorry if the formatting is incorrect this is my first comment.
The text was updated successfully, but these errors were encountered: