본문 바로가기

Python 문법

Python 문법 - infinite loop, nested loops

infinite loop : 무한 루프

 

nested loops : 중첩 루프

# 루프 안에 루프가 또 들어가는 경우

 

'Python 문법' 카테고리의 다른 글

Python 문법 - Def  (0) 2022.04.26
Python 문법 -functions, lambda, def  (0) 2022.04.26
Python 문법 - break, range, while  (0) 2022.04.25
Python 문법- Loop, enumerate, keys, values, items  (0) 2022.04.25
Python - 반복문 Loop, for  (0) 2022.04.25