Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

please help

10 views
Skip to first unread message

iman.me...@gmail.com

unread,
May 21, 2013, 4:38:37 AM5/21/13
to
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)

Chris Angelico

unread,
May 21, 2013, 5:05:25 AM5/21/13
to pytho...@python.org
On Tue, May 21, 2013 at 6:38 PM, <iman.me...@gmail.com> 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

Mark Lawrence

unread,
May 21, 2013, 5:07:41 AM5/21/13
to pytho...@python.org
On 21/05/2013 09:38, iman.me...@gmail.com 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)
>

Sorry we don't do your homework for you. But your starter for 10 is to
use raw_input on Python 2 or input on Python 3 to fetch data from stdin.
I look forward to reviewing your code.

--
If you're using GoogleCrap� please read this
http://wiki.python.org/moin/GoogleGroupsPython.

Mark Lawrence

0 new messages