📅  最后修改于: 2022-03-11 14:58:24.197000             🧑  作者: Mango
#Define a command
yummy=0
def all_commands:
print("burgers")
yummy+=1
button = Button(window, text="Hello", command=all_commands)