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

Function divide

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

Source from the content-addressed store, hash-verified

22# Function to divide two numbers
23
24def divide(num1, num2):
25
26 return num1 / num2
27
28# Function to return the remainder of the division operation
29

Callers 1

Calculator.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected