Skip to content

Instantly share code, notes, and snippets.

@KaushikShresth07
Created June 12, 2021 13:30
Show Gist options
  • Save KaushikShresth07/cd10723e251e17ffc00af9c353a0a056 to your computer and use it in GitHub Desktop.
Save KaushikShresth07/cd10723e251e17ffc00af9c353a0a056 to your computer and use it in GitHub Desktop.
import pyjokes
def Jokes():
joke = pyjokes.get_joke()
return joke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment