在Python中有以下几种标准的内置数据类型:1.NoneType: The Null object--空对象2.Numerics(数值): int-整数, long-长整数, float-浮点数, complex-复数, and