Whenever i draw an image onto the screen and do
for item in win.items[:]:
item.undraw()
win.update()
It doesn't erase the image. what am I doing wrong?
Whenever i draw an image onto the screen and do
for item in win.items[:]:
item.undraw()
win.update()
It doesn't erase the image. what am I doing wrong?