第五週作業(2)——高級編程技術

一、第十章作業節選 10-1 with open('learning_python.txt') as file_object: contents = file_object.read() print(contents) print("\n") fileName = 'learning_python.txt' with open(fileName) as file_object: for line
相關文章
相關標籤/搜索