I have a list of lists, in which the internal lists contain words and each internal list represents the words of each different file.
lista = [['carro','barco'],['moto','aviao'],['bike','skate']]
ie the position lista[0] repr...
asked by
09.11.2017 / 14:59