源代码
x = 3.50 y = 2.0 z = -63.78 print(type(x)) print(type(y)) print(type(z))
运行结果