[BangPypers] [Ticket #29] Another qn. THanks for the basic of basic qn\

Prashant R. Naik prashant at triconinfotech.com
Thu May 9 10:22:47 CEST 2013


On May 09, 2013 @ 01:50 pm, bangpypers-bounces+prashant=triconinfotech.com at python.org wrote:

Gora Mohanty <gora at mimirtech.com> writes:

> On 8 May 2013 23:00, Jagadeesh N. Malakannavar <mnjagadeesh at gmail.com> wrote:
>> I prefer to do it like this
>>
>>>>> a = list(str(3245325))
>>>>> sum(map(int, a))
>> 24
>
> What does the map() gain you over basic list comprehension:
> sum( [int(i) for i in '3245325'] )

You could drop the []. No need to first generate and then iterate over
the list.

[...]


--
Cordially,
Noufal
http://nibrahim.net.in
_______________________________________________
BangPypers mailing list
BangPypers at python.org
http://mail.python.org/mailman/listinfo/bangpypers

________________________________
This is an automated response. Your issue has been noted. We'll be in touch soon.

Please reply to this email or visit the URL below with any additional details.

http://DB01:9675/portal/view-help-request/29



More information about the BangPypers mailing list