0
289views
Write a python program to implement is Palindrome () function to check given string is palindrome or not.
1 Answer
0
6views

Solution:

A palindrome is a string that is the same read forward or backward.

For example, "noon" is the same in the forward or reverse direction.

Another an example is "dkjcbdvafkhr", which means, an irritable fear of palindromes.

Palindrome algorithm:

Read the number or letter.

Hold the letter or number …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.