from timeit
from time  import clock

start = clock()

# 此处填写需要运行的函数

end = clock()

print(end - start)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-11-03
  • 2022-12-23
  • 2021-09-05
  • 2021-07-24
  • 2022-01-15
猜你喜欢
  • 2021-07-25
  • 2022-12-23
  • 2021-06-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案