Skip to content

Commit

Permalink
Update 13_file_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryamMosstoufi committed Sep 2, 2020
1 parent e3415bd commit 51cd240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/13_file_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@
b.write("line two \n")
b.write("line three \n")
b.close()

# c = open("foo.txt", "w")
# c.write("something")
# c.close()

0 comments on commit 51cd240

Please sign in to comment.