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

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

A.<class'complex'>

B.<class 'int'>

C. <class'float'>

D.<class 'bool'>

正确答案: <class'float'>

猜你喜欢