Programmers/코딩 기초 트레이닝

[프로그래머스] 문자열 돌리기

jjam-mo 2024. 2. 7. 09:42

 

<내가 쓴 코드>

str = input()
for i in str:
    print(i)