Well I have two lists of lists, list1 and list2:
lista1 = [['carlos','10','cenouras','carro','agora'],['duarte','34','couves','bus','agora']]
lista2 = [['11:30', '12:00'],['13:00', '13:30']]
What I want is to create a new list with the fi...
asked by
09.12.2015 / 00:50