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

单选题:Python的print(type(1//2))的输出结果是__。

Luz5年前 (2021-05-10)题库4369
Python的print(type(1//2))的输出结果是__。 @[](2)

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


答案:A