Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.077 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.02; '21,': 0.07; 'subject:help': 0.08; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'effort.': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'words': 0.29; 'subject:please': 0.30; 'message- id:@mail.gmail.com': 0.30; 'searches': 0.31; 'received:google.com': 0.35; 'effort': 0.37; 'list': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'you.': 0.62; 'show': 0.63; 'containing': 0.69; 'yourself,': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XsmQfjFN95bcEC8v2Vfkw9VB4fGqbGjDwoGLl0eoR0U=; b=CWoebybzdKmrh/4LYB1n2Lu0GeY9BMbaNFm57eSItL+O567BFUq1j9Iq4rasBREPgC yhMYu5smmmFvettUNf6ueIFfahuw2Ge+T30CFCiQ6BEIQDaQL+MoPihOAgAUY7RT9yPK o1RaYy7zQ8+tfuouP463DE0YJy4/LDEIlDmvoOuw85lxi1mWNRr5MZgObyCPvCQ3FPS1 3NkAfKdEtKJj9OIZSUokojcfH5gBfffJB+Rz8xAImcWRf7jmExbD9KBVLQE9lNU4HbpB q55RnPNbO5vGopn7/aiKjELOAgqCtxpbQaPuKC7beMlSYyz9RQjexzzEv6oTtofyEkgC WC5Q== MIME-Version: 1.0 X-Received: by 10.52.65.238 with SMTP id a14mr276408vdt.24.1369127125387; Tue, 21 May 2013 02:05:25 -0700 (PDT) In-Reply-To: <649f272e-022b-4a11-8431-2098aa299d7b@googlegroups.com> References: <649f272e-022b-4a11-8431-2098aa299d7b@googlegroups.com> Date: Tue, 21 May 2013 19:05:25 +1000 Subject: Re: please help From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369127128 news.xs4all.nl 15870 [2001:888:2000:d::a6]:57952 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45656 On Tue, May 21, 2013 at 6:38 PM, wrote: > WAP in python to accept a list of words on STDIN and searches for a line containing all five vowels(a,e,i,o,u) Homework. Have a shot at it yourself, post your code, show that you can put in some effort. Otherwise we won't see much reason to put in effort for you. ChrisA