for numbers in range(10,0,-1):
if numbers % 2 == 0:
print(f'Você tem {numbers} restantes, não perca esta oportunidade!!!')
else:
print(f'A contagem continua: {numbers} segundos restantes')
print('Aproveite a promoção!!!')