1 2 Fork me on GitHub 6
摘要: 作者:python技术人 博客:https://www.cnblogs.com/lpdeboke 字典是另一种可变容器模型,且可存储任意类型对象。 字典的每个键值 key= value 对用冒号 : 分割,每个键值对之间用逗号 , 分割,整个字典包括在花括号 {} 中 ,格式如下所示: 键一般是唯一 阅读全文
posted @ 2019-08-01 15:44 peng_li 阅读(261) 评论(0) 推荐(0) 编辑
1