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

Function compute_helicopter_location

example_code/item_068.py:135–136  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

133
134print("Example 9")
135def compute_helicopter_location(index):
136 pass
137
138for i in range(5):
139 compute_helicopter_location(i)

Callers 1

item_068.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected