houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

Add palindrome checker functionality #1878

Open OmprakashGujji opened 3 months ago

OmprakashGujji commented 3 months ago

This commit adds a Python script for checking if a given string is a palindrome. The script includes functions to determine whether the input string is a palindrome or not, providing a useful utility for string manipulation tasks