9. Palindrome Number 내 코드.. 이것도 맞음class Solution: def isPalindrome(self, x: int) -> bool: # 숫자가 Palindrome 인지 # 음수면 무조건 아님 if x https://youtu.be/yubRKwixN-U?si=w6hr9gibc6M_HInC class Solution: def isPalindrome(self, x: int) -> bool: # 음수는 무조건 팰린드롬이 될 수 없음 if x = 10 * div: div *= 10 # div를 10씩 곱해가며 x보다 작은 최대 10^n 값을 찾음 # 팰린드롬 확인..