valores = {x: ('par' if x % 2 == 0 else 'ímpar') for x in range(10)} print(valores)