MCPcopy 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

1import sys;
2
3def add(a, b):
4 return a + b
5
6if __name__ == "__main__":
7 a = int(sys.argv[1])

Callers 1

actual_code.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected