Python Vrer un Fichier Texte

with open("test.txt", "w") as f: # gère close() automatiquement
    # traitement
Colorful Cormorant