📅  最后修改于: 2022-03-11 14:55:22.792000             🧑  作者: Mango
代码示例1
import time
startTime = time.time()
# Your code here !
print ('The script took {0} second !'.format(time.time() - startTime))