Putting asterisks around text

D'Arcy J.M. Cain darcy at druid.net
Mon Feb 9 13:20:46 EST 2009


On Mon, 9 Feb 2009 10:09:26 -0800
"todpose at hotmail.com" <todpose at 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 <darcy at 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.



More information about the Python-list mailing list