python3有6中标准数据类型:Number(数字)、String(字符串)、List(列表)、Tuple(元组)、Dictionary(字典)、Set(集合)不可变数据:Number、String、Tuple
使用 type() 来查看对象类型,使用instanceof(type)查看是否为该类型或其子类
python_ 学习笔记(基本数据类型)
原文:https://www.cnblogs.com/bbdr/p/10396763.html