write a program in python given string is palindrome or not
Answers
Answered by
0
Answer:
A string is said to be palindrome if the reverse of the string is the same as string. For example, “radar” is a palindrome, but “radix” is not a palindrome.
Hope it helps you...
Similar questions