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....... 1) Find reverse of string2) Check if reverse and original are same or not. It is in python text book..... |
|