0
点赞
收藏
分享

微信扫一扫

python (python3) dict 基础知识点 (更新中)

自信的姐姐 2022-04-26 阅读 52
python

总结一些常用的关于 python dict 的知识点

初始化 / 新建 字典

new_dict = {}  # new dict with empty items
new_dict = dict()  # new dict with empty items

查找

遍历

类型 / typing

举报

相关推荐

0 条评论