Skip to content

Commit

Permalink
Add printing size of line, before line
Browse files Browse the repository at this point in the history
  • Loading branch information
raidgar98 committed Oct 16, 2022
1 parent c7ceca8 commit 30c393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

with open(file_name, 'r') as file:
for line in file:
print(line)
print(len(line), line)

0 comments on commit 30c393f

Please sign in to comment.