In python, I have for example the following lines in a text file:
1, julian, 0.5,6,7,8,9
2, ana, 01,9,5,6,8,1
and wanted to generate lists:
list1 = [1, 'julian', 0.5,6,7,8,9]
list2 = [2, 'ana', 01,9,5,6,8,1]
Citation bec...
asked by
05.06.2017 / 05:32