Liste d'exportation vers un fichier Python

textfile = open("a_file.txt", "w")
Fantastic Fly