[pyar] Respuestas Quizz DevFest

Gonzalo Larralde gonzalolarralde en gmail.com
Mie Oct 13 20:58:29 ART 2010


Hola gente!

Estuvieron viendo la Quizz para anotarse al DevFest?

Les paso las soluciones, la última es tan fea porque se armó una
especie de CodeGolf con @Reflejo :-)

Se les ocurre como acortarla mas aún? Ahora está en 130 chars.

C: len([i for i in range(1799,5626) if i % 2 == 0 and i % 3 == 0])
D: len([i for i in range(18093, 35130) if not "9" in str(i) or "4" in str(i)])
E: len([i for i in map(list,a.split()) if not False in [reduce(lambda
x,y: x and y!=x and y,i), i[0]!=i[-1], sum(map(int,i))%2==0]])

-- 
Slds,

Gonzalo.



More information about the pyar mailing list