lines2 = " ".join(lines) # Converts the list to a string. # This should work for writing to a file file.write(lines2)