If I have a list like this:
Lista = [['DE','DO','OU'],['AE','YHH','OO'],['OW','LA','FOR']]
And I want to leave it like this:
Lista = [['de','do','ou'],['ae','yhh','oo'],['ow','la','for']]
How do I? I thought if I did it, I would do it:...
asked on
09.10.2017 / 03:56