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

Function flow_rate

example_code/item_035.py:118–119  ·  view source on GitHub ↗
(weight_diff, time_diff)

Source from the content-addressed store, hash-verified

116
117print("Example 9")
118def flow_rate(weight_diff, time_diff):
119 return weight_diff / time_diff
120
121weight_a = 2.5
122weight_b = 3

Callers 1

item_035.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected