I want to make a calculator with tkinter, but there's a bug on this line of code, where's the bug? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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))

15th May 2021, 8:01 AM
Yohanes Prasdya
Yohanes Prasdya - avatar
1 Answer
0
Haha, thanks 😂😂, i never use lambda :(
15th May 2021, 9:32 AM
Yohanes Prasdya
Yohanes Prasdya - avatar