Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對(duì)象和類

Python 日期和時(shí)間

Python 高級(jí)知識(shí)

Python 參考手冊(cè)

Python 字典 update() 使用方法及示例

Python 字典方法

update()方法向字典插入指定的項(xiàng)目。這個(gè)指定項(xiàng)目可以是字典或可迭代對(duì)象。

如果鍵不在字典中,則update()方法將元素添加到字典中。如果鍵在字典中,它將使用新值更新鍵。

update()的語(yǔ)法為:

dict.update([other])

update()參數(shù)

update()方法采用字典或鍵/值對(duì)(通常為元組)的可迭代對(duì)象  。

如果在不傳遞參數(shù)的情況下調(diào)用update(),則字典保持不變。

update()返回值 

update()方法使用字典對(duì)象或鍵/值對(duì)的可迭代對(duì)象中的元素更新字典。

它不返回任何值(返回None)。

示例1:update()如何在Python中工作?

d = {1: "one", 2: "three"}
d1 = {2: "two"}

# 更新key=2的值
d.update(d1)
print(d)

d1 = {3: "three"}

# 使用鍵3添加元素
d.update(d1)
print(d)

運(yùn)行該程序時(shí),輸出為:

{1: 'one', 2: 'two'}
{1: 'one', 2: 'two', 3: 'three'}

示例2:update()如何與Iterable一起使用?

d = {'x': 2}

d.update(y = 3, z = 0)
print(d)

運(yùn)行該程序時(shí),輸出為:

{'x': 2, 'y': 3, 'z': 0}

Python 字典方法

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