MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / subtract

Function subtract

example_code/item_124.py:52–53  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

50print("Example 1")
51try:
52 def subtract(a, b):
53 return a - b
54
55 subtract(10, "5")
56except:

Callers 1

item_124.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected