源代码
x = str("S2") y = str(3) z = str(4.0) print(x) print(y) print(z)
运行结果