How to make lines be re-printed on in python while multithreading

前端 未结 0 1337
温柔的废话
温柔的废话 2020-11-29 13:03

I have a file thats like this:

def runtask(task_num):
    print((\'Task {} | Status: started\').format(task_num))
    time.sleep(2)
    print((\'Task {} | Sta         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题