Skip to content

Commit a426a0b

Browse files
committed
add>>> nf.close()
1 parent 18a3b7a commit a426a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

126.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111

112112
>>> nf = open("131.txt", "w")
113113
>>> nf.write("This is a file")
114+
>>> nf.close()
114115

115116
就这样创建了一个文件?并写入了文件内容呢?看看再说:
116117

0 commit comments

Comments
 (0)