Python 基礎教程

Python 流程控制

Python 函數(shù)

Python 數(shù)據(jù)類型

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

Python 列表 insert() 使用方法及示例

Python 列表方法

insert()方法將元素添加到列表中的指定索引處。

insert()方法的語法是

list.insert(index, element)

insert()參數(shù)

insert()函數(shù)采用兩個參數(shù):

  • index -需要插入元素的位置

  • element -這是要插入列表中的元素

insert()返回值

insert()方法僅將元素插入列表。它不返回任何東西;返回None。

示例1:將元素插入列表

# 元音列表
vowel = ['a', 'e', 'i', 'u']

# 在第4個位置插入元素
vowel.insert(3, 'o')

print('更新列表: ', vowel)

運行該程序時,輸出為:

更新列表:  ['a', 'e', 'i', 'o', 'u']

示例2:將元組(作為元素)插入列表

mixed_list = [{1, 2}, [5, 6, 7]]

# 數(shù)字元組
number_tuple = (3, 4)

# 將元組插入到列表中
mixed_list.insert(1, number_tuple)

print('更新后的列表: ', mixed_list)

運行該程序時,輸出為:

更新后的列表:  [{1, 2}, (3, 4), [5, 6, 7]]

請務必注意,Python中的索引從0開始,而不是1。

如果必須在第4位插入元素,則必須傳遞3作為索引。類似地,如果必須在第2位插入元素,則必須使用1作為索引。

Python 列表方法

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清