Determining a Palindrome Using Python
In this article, we will look at a python program that checks to see if a string or an integer(number) is a palindrome or not.
First let's look at what a palindrome means?
We will consider 2 approaches to writing this program.
APPROACH #1
Here, the ...
zephaniah.hashnode.dev2 min read