본문 바로가기
Python/CodeUp

1024 - 단어 1개 입력받아 나누어 출력하기

by GLOWWW 2021. 2. 18.
word = input()

for _ in word:
    print("'"+ _ +"'")

댓글