genere des fichier textes python code example
Example: python vrer un fichier texte
with open("test.txt", "w") as f: # gère close() automatiquement
# traitement
with open("test.txt", "w") as f: # gère close() automatiquement
# traitement