Commit Graph

4 Commits

Author SHA1 Message Date
40acd4ce82 Refactor functions into Calculator class
- Add Calculator class with add and multiply methods
- Maintain original functions for compatibility
- Update test code to use class interface
2026-03-04 18:29:53 +08:00
9fe4e3a5c0 Add multiply_two_numbers function with test
- Add multiply_two_numbers function to compute product of two numbers
- Update main test section to include product calculation
2026-03-04 17:31:38 +08:00
eba30be8bc Add test.py with add_two_numbers function 2026-03-04 17:26:16 +08:00
25df390b4d first commit 2026-03-04 17:16:52 +08:00