MCPcopy
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
18def sum_two_values(first_value: int, second_value):
19 print(first_value + second_value)
20
21
22sum_two_values(5, 7)

Callers 1

10_functions.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected