Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
157 B
4
Indexable
# 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