output = open('d:\code\\output.txt','w')
for y in range (0,len(evidence_array)):
output.write(evidence_array[y] + ', ' + found[y] + '\n') #I am not sure if this output writing is correct!
output.close()
PLEAE CAN SOMEONE HELP! ---I AM NOT SURE IF THIS OUTPUT WRITING IS CORRECT
THANKS