Seja a seguinte lista de compras:



lista = ['cebola',1.85,'tomate',4.05,'cenoura',4.22]



Indique qual é o programa correto que utiliza o comando for e que mostre todas as informações da lista.
a.

lista = [‘cebola’,1.85, ‘tomate’,4.05,’cenoura’,4.22] for x in lista: print(x)
b.

lista = [‘cebola’,1.85, ‘tomate’,4.05,’cenoura’,4.22] for x=lista: print(x)
c.

lista = [‘cebola’,1.85, ‘tomate’,4.05,’cenoura’,4.22] for x in lista: print(x)
d.

lista = [‘cebola’,1.85, ‘tomate’,4.05,’cenoura’,4.22] for x in lista print(x)
e.

lista = [‘cebola’,1.85, ‘tomate’,4.05,’cenoura’,4.22] for x: print(lista[x])
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.