摘要: from time import ctime, sleep import threading def music(func): for i in range(1): print("I was listening to %s.%s" % (func, ctime())) sleep(1) def mo 阅读全文
posted @ 2020-11-23 19:46 Penny悦 阅读(73) 评论(0) 推荐(0) 编辑