79788942

Date: 2025-10-13 05:24:39
Score: 1.5
Natty:
Report link
num = input("Enter a number: ")
if num == num[::-1]:
    print("Palindrome")
else:
    print("Not a palindrome")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gurudatta Shankar