源代码
x = 10 y = 6.3 z = 2j print(type(x)) print(type(y)) print(type(z))
运行结果