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

Function subtract

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

Source from the content-addressed store, hash-verified

10# Function to subtract two numbers
11
12def subtract(num1, num2):
13
14 return num1 - num2
15
16# Function to multiply two numbers
17

Callers 1

Calculator.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected