Re: delete value in list in indexing

2012-11-06 Thread Mark Lawrence
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. -- http://mail.py

Re: delete value in list in indexing

2012-11-06 Thread Dave Angel
On 11/06/2012 01:17 AM, Amit Agrawal wrote: > i want to delete list in upper and lower some specific value > > That question will have to be rephrased, in clearer English. What Python version are you using? What data do you start with, and what data do you want to end up with? Be specific w