<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<BR><BR>
<HR id=stopSpelling>
From: todpose@hotmail.com<BR>To: python-list@python.org<BR>Subject: Putting asterisks around text<BR>Date: Mon, 9 Feb 2009 10:09:26 -0800<BR><BR>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
I'm trying to write a program that puts asterisks around the input text using while loop.<BR>I can do this without using while loop, but how can you do that using while loop?<BR><BR>Example:<BR><BR>Enter a string: Hello world<BR><BR>**********<BR>*Hello world*<BR>**********<BR><BR><BR><BR>
 <BR>
I'm not necessarily asking for an answer. A hint would be grateful as well.<BR><br /><hr />So many new options, so little time.  <a href='http://www.microsoft.com/windows/windowslive/messenger.aspx' target='_new'>Windows Live Messenger.</a></body>
</html>