Commit Graph

4 Commits

Author SHA1 Message Date
9c040b3dec Update code 2026-04-02 19:52:38 +08:00
f77195a9d7 A 2026-04-02 17:16:19 +08:00
420bbac9d7 Replace palindrome function with multiply and divide operations
- Add multiply() function for multiplication
- Add divide() function with zero divisor check
- Add comprehensive test cases and interactive mode
- Remove palindrome detection functionality
2026-04-02 15:03:50 +08:00
b2109a5a15 Add math.py script for palindrome number detection
- Add is_palindrome() function to check if a number is palindrome
- Include main() function with test cases and interactive mode
- Add comprehensive test cases covering various scenarios
2026-04-02 14:51:44 +08:00