单选题

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


A.

<class ‘int’>

B.

<class ‘str’>

C.

<class ‘bool’>

D.

语法错误

发表评论

登录 后再回复