python的数组与集合

list:数组

tuple:只读的数组

dict:字典

set:集合(可看作数学意义上的集合)

原文地址:https://www.cnblogs.com/wllhq/p/8117924.html