Skip to content

Commit cf9837b

Browse files
committed
Merge pull request #89 from hsj1992/master
Update 111.md/126.md
2 parents 18a3b7a + d7d95fe commit cf9837b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

111.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
##操作列表
165165

166-
刚刚提到过,列表是学列。所有的序列,都有几种基本操作。列表也当然如此。
166+
刚刚提到过,列表是序列。所有的序列,都有几种基本操作。列表也当然如此。
167167

168168
###基本操作
169169

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)