Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35106
| From | loïc Lauréote <laureote-loic@hotmail.fr> |
|---|---|
| Subject | calculation on lists |
| Date | 2012-12-19 13:25 +0100 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1044.1355919976.29569.python-list@python.org> (permalink) |
[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 comp.lang.python | Previous | Next | Find similar | Unroll thread
calculation on lists loïc Lauréote <laureote-loic@hotmail.fr> - 2012-12-19 13:25 +0100
csiph-web