Files
freeCodeCamp/curriculum/challenges/japanese/07-scientific-computing-with-python/python-for-everybody/files-as-a-sequence.md
2022-01-20 20:30:18 +01:00

45 lines
735 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