标签:nbsp time 案例 import int 装饰器 imp print sleep
import time
def test1():
time.sleep(3)
print(‘in the test1‘)
def test2():
time.sleep(3)
print(‘in the test2‘)
test1()
test2()
标签:nbsp time 案例 import int 装饰器 imp print sleep
原文地址:https://www.cnblogs.com/zhouly1121/p/12149229.html