python-多線程基礎練習2

#coding=utf-8 from time import sleep,ctime import threading def music(func): for i in range(2): print("Start playing:%s!%s" %(func,ctime())) sleep(2) def move(func): for i in
相關文章
相關標籤/搜索