Write a program that takes a string input and outputs this string reversed.

Experts: print the reversed output with spaces between (and only between) the letters.

###Hints###

What happens if you print ‘\0’?

##Solution##

coming soon.