-->
当前位置:首页 > 题库

单选题:(期中考)Python的print(type(1/3))的输出结果是________。

Luz5年前 (2021-05-10)题库3658
(期中考)Python的print(type(1/3))的输出结果是________。 @[](2)

A. <class 'int'>
B. <class 'number'>
C. <class 'float'>
D. <class 'double'>


答案:C