from this “[[“aaaa”,“1111”],[“bbbb”,“22222”],[“ccccc”,“3333”],[“dddd”,“44444”]]”
i want below result in list
(aaaa 1111)
(bbbb 2222)
(cccc 3333)
(dddd 4444)
like list in list and to use this inner list…
from this “[[“aaaa”,“1111”],[“bbbb”,“22222”],[“ccccc”,“3333”],[“dddd”,“44444”]]”
i want below result in list
(aaaa 1111)
(bbbb 2222)
(cccc 3333)
(dddd 4444)
like list in list and to use this inner list…
where do you get that data from?
have you already seen the tutorials for lists and list of lists?
Taifun
Just a little fact: you wrote three times (for the two, for the c and for the 4) 5 letters but not 4 letters
yosh
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.