[Python] R: Re: Come iniziare
Luca Bacchi
bacchilu a gmail.com
Ven 13 Feb 2015 11:14:36 CET
Non hai bisogno di caricare tutta la lista in memoria.
Uguale ma con un generatore.
print sum(x for x in xrange(3, 1000, 3) if not x % 3 or not x % 5)
Il giorno 13 febbraio 2015 09:50, Diego Barrera <diegonebarrera a yahoo.it>
ha scritto:
> Il 12/02/2015 16:14, Marco Beri ha scritto:
>
>>
>> E naturalmente Project Euler:
>> https://projecteuler.net/
>>
>>
>> Questa rischia di diventare una droga perņ...
>>
>> Ne sono uscito con fatica :-)
>>
>> Fico!!
> La mia soluzione al primo problema ;)
>
> |print sum([xfor xin xrange(3,1000,3)if not x %3 or not x %5])|
>
>
>
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
-------------- parte successiva --------------
Un allegato HTML č stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20150213/e74d83a9/attachment-0001.html>
Maggiori informazioni sulla lista
Python