About this question
On drawing a shape by the below-mentioned code:
canvas.create_rectangle(10, 10, 50, 50, color= “green”)
Does Tkinter remember that it was made?
I am creating a code having one Frame making few rectangles. Then I draw a black rectangle to erase the screen, and draw few rectangles. I just draw the shape directly in the canvas, so does it stay in memory?