python編程從入門到實踐 第十章練習答案

# -*- coding: utf-8 -*- # 10-1python學習筆記 # 讀取整個文件 with open('G:\python\Pwork\python編程從入門到實戰\learning_python.txt', 'r') as file_object: contents = file_object.read() contents = contents.replace
相關文章
相關標籤/搜索