摘要: #!/usr/bin/env/python #-*-coding:utf-8-*- #Author:LingChongShi #查看源码Ctrl+左键 ''' dict:字典以“{}”包围,以“键:值”数据集合 1、可存储任意类型对象,包括列表 2、无序,数据项可修改 3、键必须为唯一,值必须唯一 ''' Dict={'name':'xiaoshao','age':20,'a':1,'b... 阅读全文
posted @ 2017-08-16 22:26 玲虫师 阅读(438) 评论(0) 推荐(0) 编辑