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

45 lines
572 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: 5e7b9f080b6c005b0e76f063
title: 文件作为序列
challengeType: 11
videoId: cIA0EokbaHE
bilibiliIds:
aid: 974380307
bvid: BV1p44y1m7br
cid: 376388846
dashedName: files-as-a-sequence
---
# --description--
更多资源:
\- [练习](https://www.youtube.com/watch?v=il1j4wkte2E)
# --question--
## --text--
“continue”这个词在循环中间起到什么作用
## --answers--
循环后直接跳转到代码。
---
跳到代码的下一行。
---
跳到循环的下一个迭代。
---
跳过下一个代码块。
## --video-solution--
3