How to get convert some data as List of lists

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

1 Like

Just a little fact: you wrote three times (for the two, for the c and for the 4) 5 letters but not 4 letters :stuck_out_tongue_winking_eye:

yosh

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.