tkinter give button 2 commands code example Example: tkinter give button 2 commands button = Button(root, text="test", command=lambda:[funct1(),funct2()])