Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ndleah/python-mini-project
/ add
Function
add
Smart_Calculator/calculator.py:3–4 ·
view source on GitHub ↗
(a,b)
Source
from the content-addressed store, hash-verified
1
from
tkinter
import
*
2
3
def
add(a,b):
4
return
a + b
5
6
def
sub(a,b):
7
return
a - b
Callers
1
test_add_function
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_add_function
Method · 0.72