This runs test() function in intervals of 1 second from threading import Timer run = True def test(): global run print("something") if run: Timer(1, ...
確定! 回上一頁