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

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

A.

<class 'int'>

B.

<class 'str'>

C.

<class 'float'>

D.

语法错误

题目信息
核心函数 一级知识块 2022年9月 一般
-
正确率
0
评论
58
点击