在Python中,type()函数用于查看对象的数据类型,在Python shell 中运行type(‘6’*20),运行结果为?
<class 'int'>
<class 'str'>
<class 'float'>
语法错误