delete value in list in indexing

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Nov 6 09:45:14 EST 2012


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.




More information about the Python-list mailing list