- 序對(Tuple) - 不能指派新元素、可以當字典的key
sample_Tuple = ('Baseball', 'basketball') - 串列 - 可以指派新元素,但不能當字典的keysample_String = ['New York', 'TAIWAN', '20170916']
- sample_string.append('xx')
- sample_string.remove('xx')
- 字典
sample_List = {'Mon':'騎車', 'TUE':'跑步','WEB':'READING'}
- sample_string.remove
2017年9月16日 星期六
New
[Python][筆記]資料類型 序對, 串列, 字典
Python
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言
問題沒有大小或好壞