列表:一个打了激素的数组3
让编程改变世界编程
Change the world by program数组
列表的一些经常使用操做符
比较操做符 逻辑操做符 链接操做符 重复操做符 成员关系操做符
...... 此处省略N多内容,具体请看视频讲解 ......
列表的小伙伴们
接下来咱们来认识一下列表的小伙伴们,官方来说叫作列表类型的内置函数,那么列表有多少小伙伴呢?不妨让Python本身告诉咱们: >>> dir(list)
['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getitem__', '__gt__', '__hash__', '__iadd__', '__imul__', '__init__', '__iter__', '__le__', '__len__', '__lt__', '__mul__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__reversed__', '__rmul__', '__setattr__', '__setitem__', '__sizeof__', '__str__', '__subclasshook__', 'append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] ...... 此处省略N多内容,具体请看视频讲解 ......
关于分片“拷贝”概念的补充
虽说这个知识点在上节课的课后做业中小甲鱼重点提到了,不过确定有一些童鞋偷懒没有认真看答案,因此在这里小甲鱼再补充讲一下。 ...... 此处省略N多内容,具体请看视频讲解 ...... [buy]
得到全部教学视频、课件、源代码等资源打包 [/buy] [Downlink href='http://kuai.xunlei.com/d/BdsUAwIeHwCwvFFS5c8']视频下载[/Downlink] [Downlink href='http://urlxf.qq.com/?FvQVjaB']备胎下载[/Downlink]