MicroPython doesn't display the number `460.0` like CPython. CPython ``` >>> 460.0 460.0 ``` MicroPython ``` >>> 460.0 460.0000000000001 ```