iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 13
0

在其他程式語言可能稱 {'key':'value'} 字典為關聯式陣列或是雜湊表,他用獨一無二不可變的鍵(布林、整數、浮點數、字串和串列)去對應值,字典通常是可變的,可以新增刪除、修改鍵值。
接下來我們就來介紹dict的一些用法:
1.創建 dict
https://ithelp.ithome.com.tw/upload/images/20181016/20112140IlCl32FUja.png
2.新增和取值
https://ithelp.ithome.com.tw/upload/images/20181016/20112140i92hbKJwNI.png
3.合併https://ithelp.ithome.com.tw/upload/images/20181016/20112140WhBlJmkrrb.png
4.keys() 取得所有鍵、values() 取得所有值、items() 取得所有鍵值對
https://ithelp.ithome.com.tw/upload/images/20181017/20112140fakiUGDLeG.png
5.使用 in 判斷 key 是否存在 dict
https://ithelp.ithome.com.tw/upload/images/20181017/20112140cmyuMj55M4.png


上一篇
元組 tuple
下一篇
集合 set
系列文
Python 自學歷程分享30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言