Read an integer (0-9999), print in words. Example: 123 => one two three
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
123
Output
one two three