Program to check whether it is a palindrome or not using python
The Project
A palindrome is a word, number, phrase, or sequence that reads the same backward as forward (e.g., "madam", "121", "racecar"). This Python program takes an input from the user and checks whether it is a palindrome or not. It’s a great way to practice string manipulation and conditional logic in Python.
About the team
Team members
More cool Advanced programming projects
Clock
Advanced programming
Deaf speak
Advanced programming
Crowdcount: Number of people in a certain area.
Advanced programming