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
Hello
I'm looking to loop print synonyms for each item from my list myList = ["First", "Second", "Third"]
tried few loop methods with no success, please help
to print them manually 1 by 1 the command is
response = unirest.get("https://wordsapiv1.p.mashape.com/words/first/synonyms", headers={ "X-Mashape-Key": "**X-Mashape-Key", "Accept": "application/json" } )
response.body
this will print synonyms for word "First"
How do i loop to print body for all the words in my list ? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I'm looking to loop print synonyms for each item from my list
myList = ["First", "Second", "Third"]
tried few loop methods with no success, please help
to print them manually 1 by 1 the command is
response = unirest.get("https://wordsapiv1.p.mashape.com/words/first/synonyms",
headers={
"X-Mashape-Key": "**X-Mashape-Key",
"Accept": "application/json"
}
)
response.body
this will print synonyms for word "First"
How do i loop to print body for all the words in my list ?
Thanks
The text was updated successfully, but these errors were encountered: