Closed el3ctron closed 8 years ago
If a have an array arr = [a, b, c] and i want to pass this array to percol, how could i do it?
Thanks for your answer! Great software piece!
i find the answer doing one " ".join(arr) and next segmenting the spaces with breaklines -->\n
now is working!
If a have an array arr = [a, b, c] and i want to pass this array to percol, how could i do it?
Thanks for your answer! Great software piece!