Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Asabeneh/30-Days-Of-Python
/ sum_two_nums
Function
sum_two_nums
mymodule.py:7–8 ·
view source on GitHub ↗
(num1, num2)
Source
from the content-addressed store, hash-verified
5
6
7
def
sum_two_nums(num1, num2):
8
return
num1 + num2
9
10
11
gravity = 9.81
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected