agardnerIT / agardnerIT/agentcontrol

Create calculator module with basic operations

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## 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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.