会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mr-chen
首页
管理
2019年12月8日
《流畅的Python》Data Structures--第3章 dict 和 set
摘要: dict and set 字典数据活跃在所有的python程序背后,即使你的源码里并没有直接使用它。 和dict有关的内置函数在模块builtins的__dict__内。 >>> __builtins__ <module 'builtins' (built-in)> >>> __builtins__
阅读全文
posted @ 2019-12-08 20:46 Mr-chen
阅读(292)
评论(0)
推荐(0)