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

45 lines
735 B
Markdown
Raw Normal View History

---
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