Although code runs fine on the actual microbit, it throws this error in the simulator. ```python from micropython import const MY_CONST = const(0.5) ```