📜  python vrer un fichier texte - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:18.963000             🧑  作者: Mango

代码示例1
with open("test.txt", "w") as f: # gère close() automatiquement
    # traitement