• 코드:
​x
 
1
str = "파이썬 프로그래밍"
2
​
3
for ch in str:
4
    print(ch)
표준입력 & 실행옵션