代码示例:(标识:python_numbers_int)
python_numbers_int.py
x = 10
y = 37216654545182186317
z = -465167846

print(type(x))
print(type(y))
print(type(z))
运行结果: