I want to make a ball aimation continoulsy moving from top left to bottom right in python canvas
I am learning python canvas Tkinter, i am trying to make a ball animation continuously moving from top left corner to bottom right.
the problem is there is ball when the ball leave top corner and another in bottom right.the ball in the middle is moving from top left to bottom right
here is the code