2016-09-09 6 views

答えて

2
t = threading.Timer(10, say_hello,()) 
t.start() # start timer 
t.cancel() # stop it 
関連する問題