Computer Science, asked by vp5418065, 7 days ago

write a program in python given string is palindrome or not

Answers

Answered by Ambitiousatul009
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