[pyar] Respuestas Quizz DevFest

Matias Graña matias.alejo en gmail.com
Mie Oct 13 21:41:44 ART 2010


2010/10/13 fisa <fisadev en gmail.com>:
> El día 13 de octubre de 2010 20:58, Gonzalo Larralde
> <gonzalolarralde en gmail.com> escribió:
>> 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]])

De qué estás hablando, Willys?
BTW, i%2==0 and i%3==0 es lo mismo que i%6==0. Aunque como no entiendo
de qué estás hablando, esto que te digo quizás ni te importe :)
Matías



More information about the pyar mailing list