[Tutor] making a table

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Fri Sep 9 01:51:52 CEST 2005



On Thu, 8 Sep 2005 Goofball223 at wmconnect.com 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!



More information about the Tutor mailing list