【python笔记系列】列表的基本使用02

2024-10-25 04:42:53

1、修改列表01

【python笔记系列】列表的基本使用02

2、修改列表02

【python笔记系列】列表的基本使用02

3、删除列表

【python笔记系列】列表的基本使用02

4、添加元素:append(末尾追加)

【python笔记系列】列表的基本使用02

5、添加元素: extends(列表合并)

【python笔记系列】列表的基本使用02

6、添加元素:insert(插入)

【python笔记系列】列表的基本使用02

7、合并列表

【python笔记系列】列表的基本使用02
猜你喜欢