file=open('data.txt','w') 
file.write(str(list_data));
file.close()