MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / add

Function add

Python/Calculator.py:6–8  ·  view source on GitHub ↗
(num1, num2)

Source from the content-addressed store, hash-verified

4# Function to add two numbers
5
6def add(num1, num2):
7
8 return num1 + num2
9
10# Function to subtract two numbers
11

Callers 1

Calculator.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected