The integer datatype in Python Published by John Player on February 26, 2019 Integers are whole numbers: print type(44) Results in: <type 'int'> Published inPyCharmPythonscripting