Lista de exportación a un archivo Python

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