Skip to content

Commit 241ca51

Browse files
authored
Update one_liner_03.py
1 parent f019747 commit 241ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/python_tricks/one_liner_03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Reading a File
22

3-
print([line.strip() for line in open("one_liner_3.py")])
3+
print([line.strip() for line in open("one_liner_03.py")])
44
# Output: <This file content>

0 commit comments

Comments
 (0)