Read a sentence, reverse word order. Example: hello world => world hello
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
hello world
Output
world hello