📅  最后修改于: 2022-03-11 14:45:55.041000             🧑  作者: Mango
代码示例6
import time
thistime = time.time()
# Here's an idea!
def CountTime():
while(True):
time.sleep(1)
print(thistime)
CountTime()