2396. Strictly Palindromic Number Updated: 2024-03-12 1 min read Algorithms , LeetCode On This PageLeetCode problem 2396class Solution: def isStrictlyPalindromic(self, n: int) -> bool: return False