0
Writing a calculator code with Tkinter
Hello everybody! I am planning to write a calculator code with Tkinter module. I know how to define functions and plan the mainscreen with active buttons. But how can I write the decimal numbers? I mean when I press â2â, program will add â2â to the mainscreen but when I press to a second number, for example â3â it must be â20+3â. If I could manage it I think I can write the functions for calculations. I hope I told my problem exactly. Have a good weekend and take care?
2 Answers
+ 1
Hello, your question isn't too clear. What's the problem with that?