Martin's Coding Note
bloggerads
2017年8月11日 星期五
Python : tuple, list, set, dict 整理與比較
python常用的四種container types: tuple, list, set dictionary
tuple: ()
- save in order
- read only
list: []
- save in order
set: {}
dictionary: {key:value}
NOTE:
t = tuple([1,2,3])
>>>t[0]
1
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言