Python編程:從入門到實踐的動手試一試答案(第十章)

#10-1 Python學習筆記 with open('learning_python.txt') as file_object: contents = file_object.read() print(contents) ---------------------------------------------- with open('learning_python.txt')
相關文章
相關標籤/搜索