On Mon, 9 Feb 2009 10:09:26 -0800
"todp...@hotmail.com" <todp...@hotmail.com> wrote:
> I'm trying to write a program that puts asterisks around the input text using 
> while loop.
> I can do this without using while loop, but how can you do that using while 
> loop?Example:Enter a string: Hello world***********Hello world***********

while understand_problem is False:
    study("textbook")

complete("homework")

if want_help is True:
    study("http://www.catb.org/~esr/faqs/smart-questions.html";)

-- 
D'Arcy J.M. Cain <da...@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to