题库 Python题库 题目列表 在Python中,type()函数用于查看对象的数据类型,在Py...
单选题

Python中,type()函数用于查看对象的数据类型,在Python shell 中运行type(‘6’*20),运行结果为?

A.

<class 'int'>

B.

<class 'str'> 

C.

<class 'float'> 

D.

语法错误

题目信息
2022年 选择题 9月
100%
正确率
0
评论
68
点击