Skip to content

Commit ff5ea7c

Browse files
committed
feat: 更新章节标题的翻译
1 parent 13f18d9 commit ff5ea7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* [1.1 我们如何与计算机对话](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/3)
2626
* [1.2 本书涉及的技术](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/4)
2727
* [1.3 Copilot 如何改变我们学习编程的方式](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/5)
28-
* [1.4 Copilot 还可以为我们做什么?](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/6)
28+
* [1.4 Copilot 还可以做什么](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/6)
2929
* [1.5 使用 Copilot 的风险和挑战](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/7)
3030
* [1.6 我们所需的技能](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/8)
3131
* [1.7 大众对于 AI 编程助手的担忧](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/9)

chapter-1/104.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: 6
3-
title: "[译] [104] Copilot 还可以为我们做什么?"
3+
title: "[译] [104] Copilot 还可以做什么"
44
---
55

66
## 1.4 What else can Copilot do for us?
7-
## 1.4 Copilot 还可以为我们做什么?
7+
## 1.4 Copilot 还可以做什么
88

99
As we’ve seen, we can use Copilot to write Python code for us starting from an English description of what we want. Programmers use the word _syntax_ to refer to the symbols and words that are valid in a given language. So, we can say that Copilot takes a description in English syntax and gives us back code in Python syntax. That's a big win, because learning programming syntax has historically been a major stumbling block for new programmers. What kind of bracket— \[, (, or { —am I supposed to use here? Do I need indentation here or not? What's the order that we're supposed to write these things: x and then y, or y and then x?
1010

0 commit comments

Comments
 (0)