list = ['a', 'b', 'c', 'd']
for i in list:
print(i)
'언어 > Python문법' 카테고리의 다른 글
[python] reange 함수 for (0) | 2022.10.27 |
---|---|
[python] 리스트 문법 (0) | 2022.10.27 |
[python] 함수 요약 (0) | 2022.10.27 |
[Python기초] 옵셔널 파라미터 (0) | 2022.08.09 |
[Python 기초]format을 활용한 문자열 포맷팅 (0) | 2022.08.08 |