Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35106 > unrolled thread

calculation on lists

Started byloïc Lauréote <laureote-loic@hotmail.fr>
First post2012-12-19 13:25 +0100
Last post2012-12-19 13:25 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  calculation on lists loïc Lauréote <laureote-loic@hotmail.fr> - 2012-12-19 13:25 +0100

#35106 — calculation on lists

Fromloïc Lauréote <laureote-loic@hotmail.fr>
Date2012-12-19 13:25 +0100
Subjectcalculation on lists
Message-ID<mailman.1044.1355919976.29569.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

hi,
I
 have a question,
is there a tool to calculate on list ?

something like :

>a= [1,1,1,1]
>b = [5,9,8,4]
>c = a+b*a
>print c
>[6,10,9,5]  

Thx
 		 	   		  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web