79700153

Date: 2025-07-13 18:00:07
Score: 0.5
Natty:
Report link

This one works for me as well but is not so harsh and keeps the environment:

import tkinter
root=Tk()
backroot=root
def restart():
    global root, backroot
    root.destroy()
    root=backroot
    root.mainloop()
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Toby