在 Python 编程中, 可以使用 type() 函数查看数据类型, 运行 print(type("a") ) , 输出的结果是? ( )
<class 'type'>
<class'str'>
<class 'int'>
语法错误