Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35106 > unrolled thread
| Started by | loïc Lauréote <laureote-loic@hotmail.fr> |
|---|---|
| First post | 2012-12-19 13:25 +0100 |
| Last post | 2012-12-19 13:25 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
calculation on lists loïc Lauréote <laureote-loic@hotmail.fr> - 2012-12-19 13:25 +0100
| From | loïc Lauréote <laureote-loic@hotmail.fr> |
|---|---|
| Date | 2012-12-19 13:25 +0100 |
| Subject | calculation 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
Back to top | Article view | comp.lang.python
csiph-web