write aprogram to check whether the given string is a palindrone Or not in python string program
Answers
Answered by
8
Answer:
Hello friends
Explanation:
Given a string, write a python function to check if it is palindrome or not. A string is said to be palindrome if the reverse of the string is the same as string
Similar questions