In CPython 3.8 `time.time()` returns a floating point value. In CircuitPython 5.3 on Feather M4 and M0, it returns `int` (or rather a long integer). `time.monotonic()` returns `float` though.