Tanmay-901 / python-algorithms

efficient algorithms for general tasks with good time complexity.
MIT License
11 stars 11 forks source link

Code to check if a given string is a palindrome or not. #3

Closed tejasvicsr1 closed 3 years ago

tejasvicsr1 commented 3 years ago

If the input string is a palindrome it returns "Yes, it is a palindrome." Otherwise, it returns "No, it is not a palindrome."

Tanmay-901 commented 3 years ago

@tejasvicsr1 although we appreciate your efforts in making this PR, We noticed that your commit includes a program that does not fulfill any of the requirements mentioned in our CONTRIBUTING.md guidelines. You can go to Basic programs repository for this type of commits.