Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32100 > unrolled thread
| Started by | Dave Angel <d@davea.name> |
|---|---|
| First post | 2012-10-25 05:31 -0400 |
| Last post | 2012-10-25 05:31 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: can we append a list with another list in Python ? Dave Angel <d@davea.name> - 2012-10-25 05:31 -0400
| From | Dave Angel <d@davea.name> |
|---|---|
| Date | 2012-10-25 05:31 -0400 |
| Subject | Re: can we append a list with another list in Python ? |
| Message-ID | <mailman.2821.1351157493.27098.python-list@python.org> |
On 10/25/2012 05:21 AM, inshu chauhan wrote: >> >> or if the clist initial contents were relevant, perhaps you mean >> >>> clist += alist, blist >> > > But not this because it will simply concatenate the list like > [1,2,3,4,5,6] .. I dont want this actaully... > >> No, it won't. Try it to see. -- DaveA
Back to top | Article view | comp.lang.python
csiph-web