from threading import Thread. import time. def waitingOne():. print('start waiting - 1:' + time.strftime('%H:%M:%S') + '\n'). time.sleep(3).
確定! 回上一頁