Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45654 > unrolled thread
| Started by | iman.memarpour@gmail.com |
|---|---|
| First post | 2013-05-21 01:38 -0700 |
| Last post | 2013-05-21 10:07 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
please help iman.memarpour@gmail.com - 2013-05-21 01:38 -0700
Re: please help Chris Angelico <rosuav@gmail.com> - 2013-05-21 19:05 +1000
Re: please help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-21 10:07 +0100
| From | iman.memarpour@gmail.com |
|---|---|
| Date | 2013-05-21 01:38 -0700 |
| Subject | please help |
| Message-ID | <649f272e-022b-4a11-8431-2098aa299d7b@googlegroups.com> |
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)
[toc] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-05-21 19:05 +1000 |
| Message-ID | <mailman.1912.1369127128.3114.python-list@python.org> |
| In reply to | #45654 |
On Tue, May 21, 2013 at 6:38 PM, <iman.memarpour@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
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-05-21 10:07 +0100 |
| Message-ID | <mailman.1913.1369127250.3114.python-list@python.org> |
| In reply to | #45654 |
On 21/05/2013 09:38, iman.memarpour@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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web