python – tkinter typing at two labels
I’m making a calculator + notes in one GUI as a school project, but i have a problem where when i type numbers in my notes, it also types the same numbers in the calculator labels. I followed a tkinter calculator tutorial on youtube and i tried to add my own notes window as it … Read more