

InterviewSolution
Saved Bookmarks
1. |
Write a program in python to check whether a string is pallindrome or not. |
Answer» Yes, it is in python tex tbook.......<br>1) Find reverse of string2) Check if reverse and original are same or not.<br>It is in python text book..... | |