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.
2 parents f019747 + 241ca51 commit ebc8934Copy full SHA for ebc8934
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