GUVI
Back

codekata input output

Created 2 years ago
528 Views
1 Comments
SelvaI2T4Gc
@SelvaI2T4Gc
SelvaI2T4Gc
@SelvaI2T4GcProfile is locked. Login

Input Description:
A single line contains a string.

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

Sample Input :
guvi
Sample Output :
g u v i

A=input("G U V I")
print(A)

how to solve it by sample input

Comments
Please login to comment.
 
Powered by habitate.io Habitate