GUVI
Back

testcases fail but output is correct

Created 3 years ago
42 Views
2 Comments
GANJIVARAPUDSASBHARATHIN150164
@GANJIVARAPUDSASBHARATHIN150164
GANJIVARAPUDSASBHARATHIN150164
@GANJIVARAPUDSASBHARATHIN150164Profile is locked. Login

Input Description:

A single line contains a string.

Output Description:
Print the characters in a string separated by space.

This is my code

string = input()

for i in range(len(string)):

print(string[i],end=" ")

I got output correctly .But,it shows testcase fail.what i have to do?

Comments (2)
Please login to comment.
 
Powered by habitate.io Habitate