Skip to content

Commit 03e9ae0

Browse files
committed
feat: update chapter(s)
1 parent d11d51b commit 03e9ae0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* [2.5 我们的第一个编程练习](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/35)
4242
* [本章小结](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/30)
4343
3. [第三章 设计函数](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/27)
44-
* 3.1 [Functions](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/36)
45-
* 3.2 [Benefits of functions](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/37)
44+
* 3.1 [初识函数](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/36)
45+
* 3.2 [函数的益处](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/37)
4646
* 3.3 [函数的角色](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/38)
4747
* 3.4 What’s a reasonable task for a function?
4848
* 3.5 The cycle of design of functions with Copilot

content/chapter-3/301.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: 36
3-
title: "[译] [301] 函数"
3+
title: "[译] [301] 初识函数"
44
---
55

66
## 3.1 Functions
7-
## 3.1 函数
7+
## 3.1 初识函数
88

99
Before we can learn about the details of writing a function, we need some insight into their purpose in software. Functions are small tasks that help accomplish larger tasks, which in turn help solve larger tasks, and so forth. We think you already have a lot of intuition about breaking apart large tasks into smaller tasks that you’ll be able to bring to bear in this example:
1010

0 commit comments

Comments
 (0)