提交 ca762a93 编写于 作者: 写代码的明哥's avatar 写代码的明哥

typo

上级 46223c66
......@@ -6,7 +6,7 @@
>>> file=open('test.txt')
>>>
>>> print(file.readlines()) # 读取并打印
Hello, Python
['hello,python\n']
>>>
>>> file.close() # 关闭文件句柄
```
......
......@@ -8,7 +8,7 @@
>>> file=open('test.txt')
>>>
>>> print(file.readlines()) # 读取并打印
Hello, Python
['hello,python\n']
>>>
>>> file.close() # 关闭文件句柄
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册