with open(檔案名稱加路徑, 開啟的模式) as file: file.write('要寫入的 ... txt檔案,並寫入變數kkk的資料 import os kkk = 'Hello world!!' try ...
確定! 回上一頁