Skip to content

Commit 5f7d7bf

Browse files
committed
removed conflicts
2 parents 2b8e0d4 + 515d232 commit 5f7d7bf

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

experiment/images/img1.PNG

3.41 KB
Loading

experiment/theory.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,20 @@ object.close()<br>
1515
While creating or opening a file, we need to enter the mode that we want it to open in. Some of the modes are :
1616

1717
Name of mode | Keywords | Syntax
18-
<<<<<<< HEAD
19-
:--|:--|:--|
20-
=======
2118
:--|:--|:--|:-:
22-
>>>>>>> b572a16f9286bdca9a0ba34b8c25fa6c83ec12b4
2319
Read | r | open('file_name', 'r')
2420
Write | w | open('file_name', 'w')
2521
Append | a | open('file_name', 'a')
2622

2723
Example :<br><br>
24+
2825
<img src="images/img1.PNG"><br>
26+
2927
Output : Hello!, My name is Jake.<br>
3028

31-
<<<<<<< HEAD
3229
The above example is of creating a file and printing it.
33-
=======
30+
31+
Output : Hello!, My name is Jake.<br>
32+
3433
The above example is of creating a file and printing it.
35-
>>>>>>> b572a16f9286bdca9a0ba34b8c25fa6c83ec12b4
34+

0 commit comments

Comments
 (0)