from pathlib import Path file = Path(r'C:\Users\p\Documents\program\filename.txt') file.write_text("Overwrite the Text File").
確定! 回上一頁