0
935views
Write a Python Program to Check Whether a String is Palindrome or Not
1 Answer
0
24views

Explanation:-

Method1

A palindrome is a string which is same read forward or backwards. For example: "dad" is the same in forward or reverse direction. Another example is "aibohphobia" which literally means, an irritable fear of palindromes.

In this program, we have taken a string stored in my_str.

Using the …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.