Write a code to get the input in the given format and print the output in the given format
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
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it’s currently written, it’s hard to tell exactly what you’re asking.
Bot
You are expected to try to write the code yourself. After doing more research if you still have a problem then post what you’ve tried with a clear explanation of what isn’t working and provide a minimal reproducible example. Read How to Ask a good question. Be sure to tour and read this.