The None type in Python and how it can be used Published by John Player on February 26, 2019 None type means that nothing is assigned: print type(None) Results in: <type 'NoneType'> Published inPyCharmPythonscripting