PROGRAMMING:4 digits in reverse order
Input a 4-bit positive integer and output its reverse order number.
#####Input example:
```in
one thousand and two hundred
```
#####Output example:
```out
0021
```
#####Input example:
```in
one thousand two hundred and thirty-four
```
#####Output example:
```out
four thousand three hundred and twenty-one
```
answer:If there is no answer, please comment
#####Input example:
```in
one thousand and two hundred
```
#####Output example:
```out
0021
```
#####Input example:
```in
one thousand two hundred and thirty-four
```
#####Output example:
```out
four thousand three hundred and twenty-one
```
answer:If there is no answer, please comment