agardnerIT / agardnerIT/agentcontrol
Create calculator module with basic operations
Aperta
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## Description
Create a simple Python calculator module that provides functions for basic math operations.
## Requirements
- Implement add, subtract, multiply, and divide functions
- Each function should take 2 numbers as input and return the result
## Acceptance Criteria
- [ ] returns a + b
- [ ] returns a - b
- [ ] returns a * b
- [ ] returns a / b (handle division by zero)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.