We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a3b7a + d7d95fe commit cf9837bCopy full SHA for cf9837b
2 files changed
111.md
@@ -163,7 +163,7 @@
163
164
##操作列表
165
166
-刚刚提到过,列表是学列。所有的序列,都有几种基本操作。列表也当然如此。
+刚刚提到过,列表是序列。所有的序列,都有几种基本操作。列表也当然如此。
167
168
###基本操作
169
126.md
@@ -111,6 +111,7 @@
111
112
>>> nf = open("131.txt", "w")
113
>>> nf.write("This is a file")
114
+ >>> nf.close()
115
116
就这样创建了一个文件?并写入了文件内容呢?看看再说:
117
0 commit comments