📅  最后修改于: 2022-03-11 14:46:56.736000             🧑  作者: Mango
In Python, None keyword is an object, and it is a data type of the class NoneType . We can assign None to any variable, but you can not create other NoneType objects. Note: All variables that are assigned None point to the same object. New instances of None are not create