Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created December 11, 2020 05:22
Show Gist options
  • Save Abhayparashar31/d734835d56da2174161a15ecec499557 to your computer and use it in GitHub Desktop.
Save Abhayparashar31/d734835d56da2174161a15ecec499557 to your computer and use it in GitHub Desktop.
import requests
import time
res = requests.get(''https://sv443.net/jokeapi/v2/joke/Any")
joke = res.json()
joke['setup']
time.sleep(3)
joke['delivery']
--------------------------------
What do you call a developer who doesn't comment code?
##After Three Seconds
A developer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment