Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ calculate_refund
Function
calculate_refund
example_code/item_006.py:93–94 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
91
92
print(
"Example 9"
)
93
def
calculate_refund(a, b, c):
94
return
123_000_000
95
96
def
get_order_value(a, b):
97
pass
Callers
1
item_006.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected