Files
freeCodeCamp/curriculum/challenges/japanese/23-python-for-everybody/python-for-everybody/files-as-a-sequence.md
freeCodeCamp's Camper Bot 9c20069eb2 chore(i18n,learn): processed translations (#53819)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-03-12 22:29:52 +05:30

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

その他のリソース:

- 演習

--question--

--text--

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

--answers--

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


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


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


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

--video-solution--

3