ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# 第 3 章 内置数据类型 * 3.1\. Dictionary 介绍 * [3.1.1\. Dictionary 的定义](index.html#d0e5294) * [3.1.2\. Dictionary 的修改](index.html#d0e5389) * [3.1.3\. 从 dictionary 中删除元素](index.html#d0e5570) * 3.2\. List 介绍 * [3.2.1\. List 的定义](lists.html#d0e5747) * [3.2.2\. 向 list 中增加元素](lists.html#d0e6014) * [3.2.3\. 在 list 中搜索](lists.html#d0e6242) * [3.2.4\. 从 list 中删除元素](lists.html#d0e6404) * [3.2.5\. 使用 list 的运算符](lists.html#d0e6522) * 3.3\. Tuple 介绍 * 3.4\. 变量声明 * [3.4.1\. 变量引用](declaring_variables.html#d0e7002) * [3.4.2\. 一次赋多值](declaring_variables.html#odbchelper.multiassign) * 3.5\. 格式化字符串 * 3.6\. 映射 list * 3.7\. 连接 list 与分割字符串 * [3.7.1\. 字符串方法的历史注解](joining_lists.html#d0e8108) * 3.8\. 小结 让我们用点儿时间来回顾一下您的第一个 Python 程序。但首先,先说些其他的内容,因为您需要了解一下 dictionary (字典)、tuple (元组) 和 list (列表)(哦,我的老天!)。如果您是一个 Perl hacker,当然可以撇开 dictionary 和 list,但是仍然需要注意 tuple。