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