Files
freeCodeCamp/curriculum/challenges/korean/23-python-for-everybody/python-for-everybody/files-as-a-sequence.md
camperbot 7a0d396180 chore(i18n,learn): processed translations (#53415)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-02-13 18:31:01 +01:00

698 B

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:

- Exercise

--question--

--text--

루프 중간에 'continue'라는 단어는 무엇을 하나요?

--answers--

루프 바로 뒤의 코드로 건너뜁니다.


코드의 다음 줄로 건너뜁니다.


루프의 다음 반복으로 건너뜁니다.


다음 코드 블록을 건너뜁니다.

--video-solution--

3