La méthode append en Python -- Python version 3.7 sous Windows 7, Windows 8, Windows 10...-- permet d'ouvrir un fichier en mode écriture avec conservation du contenu existant, c.a.d sans écraser le contenu existant du fichier et le contenu qui s'ajoute va être ajouter à la fin du fichier.
The append method in Python - Python version 3.7 on Windows 7, Windows 8, Windows 10 ...-- allows to open a file in write mode with conservation of the existing content, ie without overwriting the existing content of the file and the content which is added will be added at the end of the file. For a good viewing of the video, use the google chrome browser.