time.time()
returns int rather than float
#3125
Labels
Milestone
8000
time.time()
returns int rather than float
#3125
Uh oh!
There was an error while loading. Please reload this page.
In CPython 3.8
time.time()
returns a floating point value. In CircuitPython 5.3 on Feather M4 and M0, it returnsint
(or rather a long integer).time.monotonic()
returnsfloat
though.The text was updated successfully, but these errors were encountered: