def contador(inicio, fim, passo): if passo < 0: passo *= -1 if passo == 0: passo = 1 print('-' * 20) print(f'Contagem de {inicio} até {fim} de {passo} em {passo ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results