摘要:
chapter10 文件和异常 10.1 从文件中读取数据 10.1.1 读取整个文件 with open("pi.txt") as file_object: contents = file_object.read() print(contents) print(contents.rstrip()) 阅读全文
posted @ 2017-12-24 23:24
长风II
阅读(228)
评论(0)
推荐(0)
2017年12月24日 #