Skip to main content
my python programs
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
July 22, 2020
Python jokes
import pyjokes
from win10toast import ToastNotifier
toaster=ToastNotifier()
jk=pyjokes.get_joke()
toaster.show_toast(title="joke",msg=jk,threaded=True,duration=7)