View Code of Problem 77

s=input()
for i in range(len(s)):
    print(s[i],end=' ')

Double click to view unformatted code.


Back to problem 77