Untitled

 avatar
unknown
python
9 months ago
95 B
13
Indexable
# Lista de números
numeros = [1, 2, 3, 10, 5, 8, 15]

for numero in numeros:
    print(numero)
Editor is loading...
Leave a Comment