Python数据容器

数据容器:可以存储多个元素的python数据类型,可以是任意类型的数据

数据容器分为5类:
列表(list)、元组(tuple)、字符串(str)、集合(set)、字典(dict)

你可能感兴趣的:(python)