Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
def
add(x,y):
47
print(x + y)
48
49
add(7,7)
50
Callers
1
script.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected