标签:font 时间 调用 style python star col format 代码
1.调用系统当前时间 perf_counter()
import time as t start = t.perf_counter() end = t.perf_counter() tim=end-start print(‘运行这段代码用时:{:.6f}‘.format(tim))
标签:font 时间 调用 style python star col format 代码
原文地址:https://www.cnblogs.com/xdd1997/p/11707715.html