【Python】回文palindrome——利用字符串反转 回文 palindrome Python 字符串反转string[::-1] Slice notation “[a : b : c]” means “count i … 继续阅读 【Python】回文palindrome——利用字符串反转