IntPalindrome/Anya2699
IntPalindrome/Beka00
f1x = int(input())f1x = int(input())
n2y = xn2tmp = x
3i = 03rev = 0
4while x > 0:4while x > 0:
n5    m = x % 10n5    d = x % 10
6    i = i * 10 + m6    rev = rev * 10 + d
7    x = x // 107    x = x // 10
t8if y == i:t8if tmp == rev:
9    print('YES')9    print('YES')
10else:10else:
11    print('NO')11    print('NO')
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op