Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/Hello-Python
/ sum_two_values
Function
sum_two_values
Basic/10_functions.py:18–19 ·
view source on GitHub ↗
(first_value: int, second_value)
Source
from the content-addressed store, hash-verified
16
17
18
def
sum_two_values(first_value: int, second_value):
19
print(first_value + second_value)
20
21
22
sum_two_values(5, 7)
Callers
1
10_functions.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected