Skip to content

Instantly share code, notes, and snippets.

@modos
Created September 6, 2022 20:05
Show Gist options
  • Save modos/5c29ecc09b721c0a2ac7b0162e5e2c5b to your computer and use it in GitHub Desktop.
Save modos/5c29ecc09b721c0a2ac7b0162e5e2c5b to your computer and use it in GitHub Desktop.
عدد خودمقلبوب
a = input()
b = a[::-1]
if a == b:
print("YES")
else:
print("NO")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment