下面代码的输出结果是()x = 12.34print(type(x))

下面代码的输出结果是()x = 12.34print(type(x))

A.<class ‘int’>

B.<class ‘float’>

C.<class ‘bool’>

D.<class ‘complex’>

正确答案:<class ‘float’>

猜你喜欢