摘要: 内置函数 声明,转载至这位大哥,感谢之至 "http://blog.csdn.net/oaa608868/article/details/53506188" 关于分类 数学运算(7个) 类型转换(24个) 序列操作(8个) 对象操作(7个) 反射操作(8个) 变量操作(2个) 交互操作(2个) 文件 阅读全文
posted @ 2017-06-20 01:09 jec1999 阅读(183) 评论(0) 推荐(0)
摘要: 1.字典(无序) 1.创建字典: 2.字典的常用操作 索引 新增 删除 键、值、键值对 循环 长度 1 class dict(object): 2 """ 3 dict() -> new empty dictionary 4 dict(mapping) -> new dictionary initi 阅读全文
posted @ 2017-06-20 00:35 jec1999 阅读(191) 评论(0) 推荐(0)