I'm using python 3.5, and searching Tkinter.
I'm trying to append command to button, but it's working once time.
Here is my code. This part is in init method of Calculator1 class. I want to add row when I click the button1. The problem is when I execute this code, result is nine rows. And the button1 doesn't working..
Um.. And here is make_row method. How can I do for using that button? I'm waiting your answer.. master
I'm testing this program. So, this code is not complete. Plese don't mention it about svar :)