Created
December 11, 2020 06:51
-
-
Save Abhayparashar31/d25e6a70821de7809d119ebf8b50248c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
res = requests.get('https://api.quotable.io/random') | |
quote = res.json() | |
quote['content'] | |
---------------------------------------- | |
When I let go of what I am, I become what I might be. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment