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