GUVI
Back

help me out for this question answers

Created 2 years ago
79 Views
1 Comments
MANIKYALARAO
@MANIKYALARAO
MANIKYALARAO
@MANIKYALARAOProfile is locked. Login

Write a code to get an integer N and print the digits of the integer.

Input Description:
A single line contains an integer N.

Output Description:
Print the digits of the integer in a single line separated by space,

Sample Input :
348
Sample Output :
3 4 8

my code

a= input()

a=a.replace("", " ")

print(a)

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