We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f019747 commit 241ca51Copy full SHA for 241ca51
book/python_tricks/one_liner_03.py
@@ -1,4 +1,4 @@
1
# Reading a File
2
3
-print([line.strip() for line in open("one_liner_3.py")])
+print([line.strip() for line in open("one_liner_03.py")])
4
# Output: <This file content>
0 commit comments