Files
freeCodeCamp/curriculum/challenges/chinese-traditional/07-scientific-computing-with-python/python-for-everybody/files-as-a-sequence.md

41 lines
504 B
Markdown
Raw Normal View History

---
id: 5e7b9f080b6c005b0e76f063
title: 文件作爲序列
challengeType: 11
videoId: cIA0EokbaHE
dashedName: files-as-a-sequence
---
# --description--
更多資源:
\- [練習](https://www.youtube.com/watch?v=il1j4wkte2E)
# --question--
## --text--
“continue”這個詞在循環中間起到什麼作用
## --answers--
循環後直接跳轉到代碼。
---
跳到代碼的下一行。
---
跳到循環的下一個迭代。
---
跳過下一個代碼塊。
## --video-solution--
3