第九章 Python 标准库参考
Python字典方法用来按键取值、合并字典、遍历键值对,以及删除条目。
get
update
keys
values
items
pop
setdefault
clear
copy