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):
相關文章
相關標籤/搜索