Python floats are displays to look like integers if the bits after the decimal point are all 0. ``` 1.0 ``` is displayed as ``` 1 ``` but should be displayes as ``` 1.0 ```