摘要: dict and set 字典数据活跃在所有的python程序背后,即使你的源码里并没有直接使用它。 和dict有关的内置函数在模块builtins的__dict__内。 >>> __builtins__ <module 'builtins' (built-in)> >>> __builtins__ 阅读全文
posted @ 2019-12-08 20:46 Mr-chen 阅读(292) 评论(0) 推荐(0)