all_sents = ['hey there', 'how are you'] with open('file_name.txt', 'w', encoding='utf-8') as f: f.write(' '.join(all_sents))