The integer datatype in Python Published February 26, 2019 · Updated February 28, 2019 Integers are whole numbers: print type(44) Results in: <type 'int'> Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posts