PROGRAMMING:JMU Python palindrome number judgment (5 digits)
This topic requires the input of a 5-digit natural number n. if the natural number obtained from the reverse arrangement of the digits of n is equal to N, then output "yes", otherwise output "no".
###Input format:
thirteen thousand five hundred and thirty-one
###Output format:
yes
###Input sample 1:
```in
thirteen thousand five hundred and thirty-one
```
###Output sample 1:
```out
yes
```
###Input sample 2:
```in
thirteen thousand five hundred and thirty
```
###Output sample 2:
```out
no
```
answer:If there is no answer, please comment
###Input format:
thirteen thousand five hundred and thirty-one
###Output format:
yes
###Input sample 1:
```in
thirteen thousand five hundred and thirty-one
```
###Output sample 1:
```out
yes
```
###Input sample 2:
```in
thirteen thousand five hundred and thirty
```
###Output sample 2:
```out
no
```
answer:If there is no answer, please comment