Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuboptimalEng/coding-tutorials
/ add
Function
add
react-leetcode-clone/server/actual_code.py:3–4 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1
import
sys;
2
3
def
add(a, b):
4
return
a + b
5
6
if
__name__ ==
"__main__"
:
7
a = int(sys.argv[1])
Callers
1
actual_code.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected