0
I want to make a calculator with tkinter, but there's a bug on this line of code, where's the bug?
b1 = Button(root, text = "1", padx = 50, pady = 30, command = Lambda: add_Button(1))
1 Odpowiedź
0
Haha, thanks 😂😂, i never use lambda :(
b1 = Button(root, text = "1", padx = 50, pady = 30, command = Lambda: add_Button(1))