文章分类 -  Python

Python List append()方法
摘要:append() 方法用于在列表末尾添加新的对象。Grammar: 1 list.append(obj) 参数obj -- 添加到列表末尾的对象。返回值该方法无返回值,但是会修改原来的列表。Case: quote:http://www.runoob.com/python/att-list-appen 阅读全文

posted @ 2017-11-17 11:25 sub2020 阅读(101) 评论(0) 推荐(0)

导航