数据类型

# 可变类型
列表(List)、字典(Dictionary)、集合(Set)

# 不可变类型
数字(Number)、字符串(String)、元组(Tuple)

原文地址:https://www.cnblogs.com/niuniu0328/p/14804553.html