Skip to content

Commit 0ffeaba

Browse files
authored
Update BasicOpenFile.md
1 parent c011316 commit 0ffeaba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FileHandeling/BasicOpenFile.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
- Python has several functions for creating, reading, updating, and deleting files.
88

99
There are mainly different 3 operations can be performed on the file.
10+
```
1011
- Open file
1112
- Read or write file
1213
- close file.
14+
```
1315

1416
### 1.Opening File
1517
- for opening a file in Python one named **open()** methods are available.

0 commit comments

Comments
 (0)