I have Python file that prints out the content of array, one data per line, #print(a[\'title\']) , I want to write this data (title) to a text file, each data o
#print(a[\'title\'])