iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 4
0
自我挑戰組

自我學習python系列 第 15

字典1

  • 分享至 

  • xImage
  •  

字典A.K.A dictionary 在python的字典中
每一個元素都由key 和 value 組成
長成key:value這個樣子且不同的元素之間已"逗號,"做間隔
並用大括弧{}包起來,大致上長成這樣子

d = {key1: value1, key2: value2}

而使用dictionary的時機通常用於資料很多的時候,
方便查找使用
例如:一間公司
https://ithelp.ithome.com.tw/upload/images/20190929/20121024p27ZAUZB6J.png

而dict裡面也可以包含list
https://ithelp.ithome.com.tw/upload/images/20190929/20121024sfGSZGWFOD.png

現在我們開始查找公司名字

print(company['name'])

https://ithelp.ithome.com.tw/upload/images/20190929/20121024sWCsuCecqs.png


上一篇
遞迴
下一篇
字典2
系列文
自我學習python30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言