try this <div>print str(counter) + &quot;\n&quot; + str(miles) + &quot;\n&quot;+ name<br><br><div class="gmail_quote">On Thu, Apr 16, 2009 at 11:24 PM, mbikinyi brat <span dir="ltr">&lt;<a href="mailto:mbikinyi_brat@yahoo.com">mbikinyi_brat@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit"><div><strong></strong> </div>

<div><strong>Dear ALL,</strong></div>
<div>I have defined variables as below and when I call them using the print function, I have something discontinous as in pink colour. How do I call it so that my output should be as in blue</div>
<div><strong>&gt;&gt;&gt; counter=101<br>&gt;&gt;&gt; miles=1000<br>&gt;&gt;&gt; name=&quot;joe&quot;<br></strong></div>
<div><font color="#bf00bf">&gt;&gt;&gt; print counter<br>101<br>&gt;&gt;&gt; print miles<br>1000<br>&gt;&gt;&gt; print name<br>joe<br>&gt;&gt;&gt;</font> </div>
<div>What I want:(Output)</div><font color="#0000ff">
<div><br>101<br>1000<br>joe<br></div>
<div>Regards,</div>
<div>Henry</div></font></td></tr></tbody></table><br>

      <br>_______________________________________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Cheers,<br>Vishwajeet<br><a href="http://www.singhvishwajeet.com">http://www.singhvishwajeet.com</a><br>
</div>