I can give it floating point numbers, such as
time.sleep(0.5)
but how accurate is it? If i give it
time.sleep(0.05)
Tested this recently on Python 3.7 on Windows 10. Precision was around 1ms.