button = Button(frame, text="Enjoy!", width=10, command=enjoy)
button = Button(frame, text="Enjoy!", width=10, command=enjoy("Hello"))
button = Button(frame, text="Enjoy!", width=10, command=enjoy)
button = Button(frame, text="Enjoy!", width=10, command=enjoy("Hello"))