xxy2003
xxy2003
全部文章
分类
题解(8)
归档
标签
去牛客网
登录
/
注册
xxy2003的博客
全部文章
(共1篇)
题解 | #回文数字#
# # # @param x int整型 # @return bool布尔型 # class Solution: def isPalindrome(self , x ): # write code here x=str(x) y=x[::-...
Python3
2021-10-19
0
323