79601894

Date: 2025-05-01 13:07:33
Score: 0.5
Natty:
Report link

the GUI is well closed, but it never prints "done" and the program never terminate.

on line 26, move print() command inside while/else condition.

Snippet:

while not tk.done():
    tk.spot( random.randint( 0,800 ),random.randint( 0,600 ))
    print('done')

Output:

done
done
done
done
exit loop
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adios Gringo