fork download
  1. # your code goes here
  2. frase = raw_input()
  3. for i in range(len(frase)):
  4. print(frase[i])
Success #stdin #stdout 0s 23296KB
stdin
aba
stdout
a
b
a