0
4
3
5427
1
1. tuple 元组: tuple = ('a', 'b', 'c') 小括号,tuple一旦初始化就不能修改 2. list 列表: list = ['a', 'b', ...