MCPcopy Create free account
hub / github.com/TCM-Course-Resources/Practical-Ethical-Hacking-Resources / add

Function add

python/script.py:46–47  ·  view source on GitHub ↗
(x,y)

Source from the content-addressed store, hash-verified

44
45# multiple params
46def add(x,y):
47 print(x + y)
48
49add(7,7)
50

Callers 1

script.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected