1
import time
x = time.time()
print(x)

get the result below: enter image description here

I go into the function time(),found it returns 0.0 enter image description here

so how time.time() return the result timestamp 1649244158.8909402?

Allen
  • 23
  • 7
  • 1
    See https://stackoverflow.com/questions/38384206/why-do-some-built-in-python-functions-only-have-pass. – OTheDev Apr 06 '22 at 11:48

0 Answers0