79250373

Date: 2024-12-04 08:38:54
Score: 1.5
Natty:
Report link

In several lines of the code you have
while pause_event.is_set:
It should be
while pause_event.is_set():
You have to correct that and the program will work.

NOTE: the Labels time_label1, time_label2 and time_label3 are not defined yet in Tkinter.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lewis