python的数据结构

 
  • list
['a','b','c']
  • 元组
('a','b','c')
元组是不可变的,即不能修改,而list是可变的
 

 

posted @ 2018-01-24 10:15  cling_chen  阅读(98)  评论(0编辑  收藏  举报