February 25, 2021

Program for palindrome in python

The number is said as the palindrome number if the reverse is the same as the original number. The task in this program is to check the number is palindrome or not.

if the reverse of given number is the same as the original number is said as the palindrome . Here you will get palindrome in python program to check given number.

Given a string input, we need to create a python function to check whether it is a palindrome or not. This python program allows the user to enter a string. Next, we used the If statement to check whether the given string is equal to the reverse of that string or not.

To learn more about python bisect visit: https://pradtutorials.com/palindrome-in-python/