Files
freeCodeCamp/curriculum/challenges/japanese/23-python-for-everybody/python-for-everybody/files-as-a-sequence.md
2024-01-24 19:52:36 +01:00

799 B
Raw Blame History

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f080b6c005b0e76f063 ファイルをシーケンスとして扱う 11 cIA0EokbaHE
aid bvid cid
974380307 BV1p44y1m7br 376388846
files-as-a-sequence

--description--

More resources:

- 演習

--question--

--text--

ループの途中で出現する「continue」という言葉は、何をすることを表していますか

--answers--

ループの直後のコードにスキップする。


コードの次の行にスキップする。


ループの次の繰り返しにスキップする。


次のコードブロックをスキップする。

--video-solution--

3