python web03-线程-01-没有多任务的程序 import time def sing(): """唱歌 5秒钟""" for i in range(5): print("----正在唱:青花瓷----") time.sleep