Untitled

 avatar
unknown
python
a year ago
95 B
14
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