Posts by leo_siviero • 1 point
1 post
-
-1
votes1
answer46
viewsQ: Edit a list that is inside another list
I need to split the list inside another list. lista = [ [Temperatura final = 250 k], [Temperatura Minima = 120 k], [Temperatura Maxima = 310 k] ] Get the final result listafinal = [ [Temperatura…