I have recently started learning Kivy and made a calculator app but I can't figure out how to remove the previous text from a calculation when a button is pressed for the next calculation and the text only gets removed when clear is used.
Here is the code https://github.com/Rakshan22/Calcy2 . So does anyone here know the answer to this question? Thanks for the assistance!
You should identify when the text is the final answer and reset the text before adding new one.