[Tutor] print output

mbikinyi brat mbikinyi_brat at yahoo.com
Thu Apr 16 19:54:42 CEST 2009


 
Dear ALL,
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
>>> counter=101
>>> miles=1000
>>> name="joe"

>>> print counter
101
>>> print miles
1000
>>> print name
joe
>>> 
What I want:(Output)

101
1000
joe

Regards,
Henry


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090416/0ec58c16/attachment.htm>


More information about the Tutor mailing list