Python中的字典方法

在python中有一些字典方法如下-

序号方法名称和描述
1

Python字典 clear()

清除所有项目



2

Python字典 copy()

字典副本

3

的Python字典来自 keys()

从给定序列创建字典

4

Python字典 get()

获得钥匙的价值

5

Python字典 items()

词典项目的视图

6

Python字典 keys()

查看所有钥匙

7

Python字典弹出 item()

从字典中删除所有元素

8

Python字典集 default()

如果不存在键,则插入具有值的键

9

Python字典 pop()

删除具有给定键的元素

10

Python字典 values()

返回字典中所有值的视图

11

Python字典 update()

更新字典

12

Python any()

检查是否有任何可迭代元素为True

13

Python all()

当所有可迭代元素为true时返回true

14

Python ascii()

返回包含可打印表示形式的字符串

15

Python bool()

将值转换为布尔值

16

Python dict()

创建字典

17

Python enumerate()

返回一个枚举对象

18岁

Python filter()

从正确的元素构造迭代器。

19

Python iter()

返回对象的迭代器

20

Python len()

返回对象的长度

21

Python max()

返回序列的最大元素

22

Python min()

返回序列的最小元素

23

Python map()

应用函数并返回列表

24

Python sorted()

返回给定序列的排序列表

25

Python sum()

添加数据项

26

Python zip()

返回一个元组的迭代器