Skip to content

Conversation

@brunda-coder
Copy link

Added a beginner-friendly program to check whether a given integer is a palindrome.

  • Created palindrome_number.py for interactive and CLI input
  • Added unit tests in test_palindrome.py to verify correctness
  • Updated README with a short description of the new script
  • Followed consistent naming and formatting across files

This commit introduces a simple yet useful addition for learners practicing control flow and loops in Python.

Added a beginner-friendly program to check whether a given integer is a palindrome.

- Created palindrome_number.py for interactive and CLI input
- Added unit tests in test_palindrome.py to verify correctness
- Updated README with a short description of the new script
- Followed consistent naming and formatting across files

This commit introduces a simple yet useful addition for learners practicing control flow and loops in Python.
@brunda-coder
Copy link
Author

Added a simple Python program to check if a number is a palindrome.
This script helps beginners understand loops, conditionals, and integer manipulation.
Tested successfully with multiple inputs.

@brunda-coder
Copy link
Author

Hi! I’ve added a simple palindrome program as a beginner-friendly contribution.
Kindly review it when convenient. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant