MCPcopy
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

1from tkinter import *
2
3def add(a,b):
4 return a + b
5
6def sub(a,b):
7 return a - b

Callers 1

test_add_functionMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_add_functionMethod · 0.72