题解 | #回文数字#

回文数字

https://www.nowcoder.com/practice/35b8166c135448c5a5ba2cff8d430c32


class Solution:
    def isPalindrome(self , x: int) -> bool:
        # write code here
        y = str(x)
        return y == y[::-1]

全部评论

相关推荐

07-17 11:50
门头沟学院 Java
投递腾讯等公司7个岗位
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务