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


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

Re: delete value in list in indexing

Started byDave Angel <d@davea.name>
First post2012-11-06 09:01 -0500
Last post2012-11-06 09:01 -0500
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 Dave Angel <d@davea.name> - 2012-11-06 09:01 -0500

#32821 — Re: delete value in list in indexing

FromDave Angel <d@davea.name>
Date2012-11-06 09:01 -0500
SubjectRe: delete value in list in indexing
Message-ID<mailman.3323.1352210522.27098.python-list@python.org>
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 with regards to types.

For example, you might be asking:

"I am using Python 2.81, on Windows 9.  I have a program that's got two
strings, the second of which is a single character.  I'd like to produce
a 3rd string which consists of all characters of the first string that
do not match the single character supplied.  Further, if the character
is an ASCII alpha character, I'd like to do it without regards to ASCII
uppercase/lowercase."

or

"I am using ....    I have a program that has a list of ints, and a
single value.  I'd like to do an in-place removal of all numbers that
are within 5 of the specified value."



-- 

DaveA

[toc] | [standalone]


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


csiph-web