Files
meshing-around/bbstools.py
T
SpudGunMan 1374effca4 dad jokes
Which side of a chicken has more feathers? The outside.
2024-06-20 12:09:57 -07:00

9 lines
227 B
Python

# helper functions for various BBS messaging tasks
# K7MHI Kelly Keeton 2024
from dadjokes import Dadjoke
def tell_joke():
# tell a dad joke, does it need an explanationn :)
dadjoke = Dadjoke()
return dadjoke.joke