lines = ["we'll find a way we always have - Interstellar\n",
"I'll find you and I'll kill you - Taken\n",
"한글 I'll be back - Terminator 2\n"]
with open('movie_quotes.txt','w',encoding='UTF8') as file:
file.writelines(lines)
파일이 생김