79235175

Date: 2024-11-28 19:53:52
Score: 3
Natty:
Report link

you need to reference the tagid of the object in the raise function:

rec = canvas.create_rectangle(x, y, x+100, y+100,tags="dummy") canvas.tag_raise("dummy", "all")

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: stranger