python24.1.12数据结构-字典

python24.1.12数据结构-字典_第1张图片

获取键的值

python24.1.12数据结构-字典_第2张图片

键的类型不可变

不可变且类似列表的数据结构,元组tuple

python24.1.12数据结构-字典_第3张图片

元组与列表的区别

python24.1.12数据结构-字典_第4张图片

python24.1.12数据结构-字典_第5张图片

添加/更新键

判断键是否在字典里

python24.1.12数据结构-字典_第6张图片

删除键值对

获得字典中键值对的数量

python24.1.12数据结构-字典_第7张图片

实践

python24.1.12数据结构-字典_第8张图片

python24.1.12数据结构-字典_第9张图片

python24.1.12数据结构-字典_第10张图片

你可能感兴趣的:(初学python,python)