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 2db839b commit 00b7495Copy full SHA for 00b7495
2023/Python file Operations/Files/python_folders_files.py
@@ -3,7 +3,7 @@
3
4
5
"""
6
- open(): Opens a file and returns a file object.
+open(): Opens a file and returns a file object.
7
close(): Closes the file.
8
read(): Reads the entire contents of the file as a string.
9
readline(): Reads a single line from the file.
0 commit comments