anshrathod / Basic-Python-Scripts

Created For HacktoberFest.
GNU General Public License v2.0
27 stars 97 forks source link

Added script to check if a number/str is a palindrome #18

Closed chumba-wamba closed 3 years ago

chumba-wamba commented 3 years ago

Added script for a simple function which check whether an input str/int is a palindrome or not.