Untitled
Anonymous
python
04/13/2024 10:06 PM
104 B
18
Indexable
lista = ['nome', 'jao', 'maria', 'lala']
for i in lista:
print(lista)Editor is loading...
Leave a Comment
lista = ['nome', 'jao', 'maria', 'lala']
for i in lista:
print(lista)