On Thu, 8 Sep 2005 [EMAIL PROTECTED] wrote:

> I would like to construct a table for my program but it does not seem to
> be coming out evenly. Could someone please let me know what to do so
> that everything will work out correctly?

Hello,

I'll assume for the moment that you want, in your print statements:

>         print i
>         print "   ",
>         print fahrenheit

to see a single line of output.

I see that you have a trailing comma on the second print statement.  Can
you explain what the comma does there?

Good luck to you!

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to