File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
* [3.3 函数的角色](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/38)
47
47
* [3.4 一个函数的合理任务应该是什么样的?](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/39)
48
48
* [3.5 使用 Copilot 设计函数的流程](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/40)
49
- * 3.6 Examples of creating good functions with Copilot
49
+ * [ 3.6 与 Copilot 配合创建优秀函数的示例](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/41)
50
50
* [本章小结](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/28)
51
51
4 . [ 第四章 理解 Python 代码(上)] ( https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/25 )
52
52
* (本章正文略)
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ title: "[译] [307] 本章小结"
44
44
* 辅助函数是一个小型函数,旨在简化编写更大函数的过程。
45
45
* 叶子函数不会调用其他任何函数来完成其任务。
46
46
* 测试函数是否正确的一个方法是,用不同类型的输入去调用它。
47
- * 每个 Python 的值都有类型,比如数字、文本(字符串)、真/假值(布尔 )、或值的集合(列表或字典)。
48
- * 提示工程指的是调整我们对 Copilot 的提示词,以影响我们获得的代码 。
49
- * 我们需要确保我们的代码使用的任何模块(例如 string)都被导入。
47
+ * 每个 Python 的值都有类型,比如数字、文本(字符串)、真/假(布尔值 )、或值的集合(列表或字典)。
48
+ * 提示工程指的是调整我们对 Copilot 的提示词,从而影响我们收到的代码 。
49
+ * 我们需要确保我们的代码使用的任何模块(例如 ` string ` )都被导入。
You can’t perform that action at this time.
0 commit comments