摘要: Python Python PythonPythonPythonPython读取open.txt的内容,打印,然后把所有的‘Python’替换成‘Java’,最后去除所有的空格。filename = 'open.txt'with open(filename) as file_object: line... 阅读全文
posted @ 2017-03-29 20:20 Lawliet__zmz 阅读(236) 评论(0) 推荐(0) 编辑