下列代码执行结果是()。 print(float(’1’))
A.1 B.1.0 C.报错 D.None
下列代码执行结果是()。 print(float(’1.2’))
A.1.2 B.1 C.1.0 D.报错
下列代码执行结果是()。 print(int(’1.2’))