python时间函数time

import time

start=time.time()

end=time.time()

print(end-start)

posted @ 2022-02-22 20:11  Tomorrow1126  阅读(98)  评论(0编辑  收藏  举报