题库 Python题库 题目列表 在Python中,使用type()函数可以获取参数的数据类型,...
单选题

Python中,使用type()函数可以获取参数的数据类型,那么运行type("int")的运行结果是?( )

A.

<class 'int'>

B.

<class 'str'>

C.

<class 'float'>

D.

<class 'bool'>

题目信息
2024年 6月 选择题
100%
正确率
0
评论
21
点击