列表list有序可变

字典dict在python3.6之前是无序的,到了python3.7变成了有序,可变

元组tuple不可变

集合set无序可变(还有个不可变集合frozenset) 

数字number不可变

字符串string不可变