So fügen Sie mehrere Befehle zur Tkinter -Taste hinzu
all_commands = lamba: [func1(), func2()]
button = Button(window, text="This is a button", command=all_commands)
Witty Wallaby