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


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

Re: delete value in list in indexing

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2012-11-06 14:45 +0000
Last post2012-11-06 14:45 +0000
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.


Contents

  Re: delete value in list in indexing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-11-06 14:45 +0000

#32823 — Re: delete value in list in indexing

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2012-11-06 14:45 +0000
SubjectRe: delete value in list in indexing
Message-ID<mailman.3326.1352213122.27098.python-list@python.org>
On 06/11/2012 06:17, Amit Agrawal wrote:
> i want to  delete  list  in upper and lower some specific value
>

I think you want to delete a slice so read about slicing here 
http://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range

-- 
Cheers.

Mark Lawrence.

[toc] | [standalone]


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


csiph-web