Added function to find the plaindrome#5
Conversation
|
Hello @sauravb10, can you explain what the true purpose of this |
|
Palindrome strings are those strings that are precisely the same when spelled from either side. For example, "Madam" is also "Madam" when spelled backward. This type of string is very useful in computer science. This program palindrom.py will help detect whether the given input string is palindrome or not. Kindly merge the pr if the code looks fine. |
|
My main concern in this .py script is, what functionality does it serve towards what is in this project, as you can see this project is mostly automated via |
No description provided.