下面代码的输出结果是()x = 12.34print(type(x))
下面代码的输出结果是()x = 12.34print(type(x))
A.<class ‘int’>
B.<class ‘float’>
C.<class ‘bool’>
D.<class ‘complex’>
正确答案:<class ‘float’>
Tag:Python语言程序设计 代码
时间:2022-02-04 21:50:17