Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ multiply
Function
multiply
Python/Calculator.py:18–20 ·
view source on GitHub ↗
(num1, num2)
Source
from the content-addressed store, hash-verified
16
# Function to multiply two numbers
17
18
def
multiply(num1, num2):
19
20
return
num1 * num2
21
22
# Function to divide two numbers
23
Callers
1
Calculator.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected