Skip to content

Fa1343/three-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

just testin# random_joke.py import random

jokes = [ "Why don't skeletons fight each other? Because they don't have the guts! πŸ’€πŸ˜‚", "I told my computer I needed a break, and now it won’t stop sending me Kit-Kats. 🍫", "Why did the math book look sad? Because it had too many problems. βž—πŸ˜­", "I asked the librarian if the library had books on paranoia... she whispered, 'They're right behind you.' πŸ‘€", ]

print("πŸ˜‚ Random Joke Generator πŸ˜‚") input("Press Enter to get a random joke...")

joke = random.choice(jokes) print("\n" + joke)g github

About

just testing github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published