Loading

摘要: 第四章:Python 高级编程 自定义序列类 "Python3高级核心技术97讲" 笔记 [TOC] 4.1 Python中的序列分类 4.1.1 容器序列 4.1.2 扁平序列 4.1.3 可变序列 4.1.4 不可变 4.2 Python中序列类型的abc继承关系 4.3 list中extend 阅读全文
posted @ 2020-05-08 16:50 coderchen01 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Python高级编程 collections模块(番外篇) [TOC] x.1 collections模块介绍 x.2 tuple的功能 1. 不可变,iterable 2. 拆包 name, others = ("coder", 20, 175) 3. tuple不可变性不是绝对的 ("name" 阅读全文
posted @ 2020-05-08 16:33 coderchen01 阅读(273) 评论(0) 推荐(0) 编辑