Python

[python] while 문

nang. 2020. 9. 3. 22:21
반응형
SMALL

12. while 문

while 조건문:
    수행할 문장

- break

  • while 문 빠져나가기

- continue

  • while 문 맨 처음으로 이동
반응형
LIST

'Python' 카테고리의 다른 글

[python] 함수  (0) 2020.09.04
[python] for 문  (0) 2020.09.03
[python] if 문  (0) 2020.09.03
[python] 배열 (array)  (0) 2020.09.03
[python] print  (0) 2020.09.03