Back

problem solving in python

Created 3 years ago
129 Views
2 Comments
Gokulskwa
@Gokulskwa
Gokulskwa
@GokulskwaProfile is locked. Login

what is wrong in above solution?

Q- sample input- car

sample output -

c

a

r

x=input()

for i in range(0,len(x)):

print (x[i])

It gives output as above in replit but showing error in codekata

Comments (2)
Please login to comment.