2020年11月25日
摘要: 普通程序执行 import time def tt(): return time.asctime( time.localtime(time.time()) ) def slow_operation(n): time.sleep(5) print('slow operation_{}_complete 阅读全文
posted @ 2020-11-25 23:42 yukizzc 阅读(86) 评论(0) 推荐(0)