Python Floats datatype Published by John Player on February 26, 2019 Floats are anything with a decimal point: print type(22.323333) Results in: <type 'float'> Published inPyCharmPythonscripting