Untitled

mail@pastecode.io avatar
unknown
plain_text
25 days ago
157 B
2
Indexable
Never
# Desafio 1

for numero in range(18, 111):
    print('Iniciando em', numero)

# Desafio 2

for i in range(0, 10):
    print('Realizando Passo', i +1)
Leave a Comment