Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geekcomputers/Python
/ print_a_line
Function
print_a_line
ex20.py:15–16 ·
view source on GitHub ↗
(line_count, f)
Source
from the content-addressed store, hash-verified
13
14
15
def
print_a_line(line_count, f):
16
print(line_count, f.readline())
17
18
19
current_file = open(input_file)
Callers
1
ex20.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected