what does the e stand for in python 3.7.4 time output

前端 未结 0 924
余生分开走
余生分开走 2021-01-18 05:20

I have a line of code print("time taken {} minutes".format( (time.time() - start_time)/60.0))

that outputs:

time taken 3.576278686

相关标签:
回答
  • 消灭零回复
提交回复
热议问题