python-多线程基础练习1

#coding=utf-8 import threading from time import ctime,sleep def music(func): for i in range(2): print("I was listening to music %s.%s" %(func,ctime())) sleep(1) def move(func):
相关文章
相关标签/搜索