1
I have the code below and I want to go through and display item by item from that list. However, I cannot do this because the entire list is displayed. I ask for your help.
lista = [[10,20,30,40],[50,60,70,80]]
i = 0
for i in range(2):
print (lista[i])
Thanks friend! It worked perfectly.
– Danilo
Danilo, if the answer helped you, consider mark her as accepted.
– Luiz Vieira
@Danilo. Glad I could help
– Miguel
Certainly, I will do it. But inform that I can only do it after 10 minutes. That’s why it hasn’t appeared to you yet.
– Danilo
Obgado @Luizvieira (:
– Miguel