2396. Strictly Palindromic Number

Updated: 2024-03-12
1 min read
[]

On This Page

LeetCode problem 2396

class Solution:
    def isStrictlyPalindromic(self, n: int) -> bool:
        return False