回文判断

1
2
3
4
5
tmp=input('请输入一句话:')
if tmp[::-1]==tmp:
print('yes')
else:
print('no')
ISBL

回文判断
https://2333.world/回文判断/
作者
Yuban10703
发布于
2020年3月8日
许可协议
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.8