Your browser does not support the Canvas element.
摘要: 提示:前面的内容较为基础,重点知识在后半段。 with 这个关键字,对于每一学习Python的人,都不会陌生。 操作文本对象的时候,几乎所有的人都会让我们要用 with open ,这就是一个上下文管理的例子。你一定已经相当熟悉了,我就不再废话了。 with open('test.txt') as 阅读全文
posted @ 2020-05-06 15:17 一根小菜 阅读(198) 评论(0) 推荐(0) 编辑
Your browser does not support the Canvas element.