박은주

Clearance

......@@ -126,6 +126,4 @@ def GetData():
with open('data.txt', 'w', encoding='utf-8-sig') as txt_file:
for post in zip(post_df['title'].tolist(), post_df['content'].tolist()):
txt_file.write(post[0] + post[1] + '.\n')
print("txt file saved")
GetData()
\ No newline at end of file
print("txt file saved")
\ No newline at end of file
......