-->
当前位置:首页 > 题库

PROGRAMMING:JMU Python palindrome number judgment (5 digits)

Luz5年前 (2021-05-10)题库414
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