import time
x = time.time()
print(x)
I go into the function time(),found it returns 0.0
so how time.time() return the result timestamp 1649244158.8909402?
import time
x = time.time()
print(x)
I go into the function time(),found it returns 0.0
so how time.time() return the result timestamp 1649244158.8909402?