Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
print(
"Example 9"
)
135
def
compute_helicopter_location(index):
136
pass
137
138
for
i in range(5):
139
compute_helicopter_location(i)
Callers
1
item_068.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected