Re: Python "member of" function
- From: Rene Pijlman <reply.in.the.newsgroup@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 12:41:22 +0200
brianlum@xxxxxxxxx:
I was wondering if anyone knew of a built in Python function that will
check if an item is a member of a list, i.e., if item i is a member of
list l.
True1 in [1,3,4]
False2 in [1,3,4]
--
René Pijlman
.
- Follow-Ups:
- Re: Python "member of" function
- From: brianlum
- Re: Python "member of" function
- References:
- Python "member of" function
- From: brianlum
- Python "member of" function
- Prev by Date: Re: Python "member of" function
- Next by Date: Re: Python "member of" function
- Previous by thread: Re: Python "member of" function
- Next by thread: Re: Python "member of" function
- Index(es):