接著,我們就可以開始進行開啟檔案來讀取和列出它的內容。 >>> file = open("sample.txt", "r"). >>> for line in file: ... print(line).
確定! 回上一頁