MCPcopy
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
15def print_a_line(line_count, f):
16 print(line_count, f.readline())
17
18
19current_file = open(input_file)

Callers 1

ex20.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected