Python Floats datatype February 26, 2019 PyCharm / Python / scripting Floats are anything with a decimal point: print type(22.323333) Results in: <type 'float'>