【python笔记系列】字典的基本使用024

2024-11-13 17:39:49

1、首先定义一个字典

【python笔记系列】字典的基本使用024

2、使用pop函数删除一个值

【python笔记系列】字典的基本使用024

3、使用popitem删除末尾一个键值对

【python笔记系列】字典的基本使用024

4、清空整个列表

【python笔记系列】字典的基本使用024

5、输出列表以供查看

【python笔记系列】字典的基本使用024

6、整段代码学习

【python笔记系列】字典的基本使用024

7、函数调用,输出结果

【python笔记系列】字典的基本使用024
猜你喜欢