file.writelines(list(string) alist) gets a list of strings and writes them all to the open file afile. No extra is appended to the strings.