Read a line of space-separated words. Print them sorted alphabetically.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
banana apple cherry
Output
apple banana cherry