Wen Wang (王文)
Results
1
issues of
Wen Wang (王文)
I don't understand the function of flag in example2 how_to_determine_if_a_thread_has_started (12.2). The scripts works fine when I remove the flag part likes below. ``` import threading import time class PeriodicTimer:...