题解 | #回文数字#
回文数字
https://www.nowcoder.com/practice/35b8166c135448c5a5ba2cff8d430c32
class Solution: def isPalindrome(self , x: int) -> bool: # write code here y = str(x) return y == y[::-1]
回文数字
https://www.nowcoder.com/practice/35b8166c135448c5a5ba2cff8d430c32
class Solution: def isPalindrome(self , x: int) -> bool: # write code here y = str(x) return y == y[::-1]
相关推荐
牛客35671670...:招个实习生最后还要横向挂人😅,还是日常实习生。这给惯的。实习生最终审核还挂就不要走这么多轮技术面。我爱说实话