word = input() print(word[0]) print(word[1]) print(word[2]) print(word[3]) print(word[4])
python은 변수에 저장된 단어를 인덱스로 한 글자씩 출력 가능함