Skip to content

Commit d9bb6c1

Browse files
committed
feat: update chapter(s)
1 parent 5a92024 commit d9bb6c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* [3.3 函数的角色](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/38)
4747
* [3.4 一个函数的合理任务应该是什么样的?](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/39)
4848
* [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)
5050
* [本章小结](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/28)
5151
4. [第四章 理解 Python 代码(上)](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/25)
5252
* (本章正文略)

content/chapter-3/307.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ title: "[译] [307] 本章小结"
4444
* 辅助函数是一个小型函数,旨在简化编写更大函数的过程。
4545
* 叶子函数不会调用其他任何函数来完成其任务。
4646
* 测试函数是否正确的一个方法是,用不同类型的输入去调用它。
47-
* 每个 Python 的值都有类型,比如数字、文本(字符串)、真/假值(布尔)、或值的集合(列表或字典)。
48-
* 提示工程指的是调整我们对 Copilot 的提示词,以影响我们获得的代码
49-
* 我们需要确保我们的代码使用的任何模块(例如 string)都被导入。
47+
* 每个 Python 的值都有类型,比如数字、文本(字符串)、真/假(布尔值)、或值的集合(列表或字典)。
48+
* 提示工程指的是调整我们对 Copilot 的提示词,从而影响我们收到的代码
49+
* 我们需要确保我们的代码使用的任何模块(例如 `string`)都被导入。

0 commit comments

Comments
 (0)