Steven D'Aprano <[EMAIL PROTECTED]> wrote: > On Fri, 28 Oct 2005 12:27:36 -0700, [EMAIL PROTECTED] wrote: > > > hm...Is there a way to get rid of the newline in "print"? > > Yes, by using another language *wink*
Ending the print statement with a comma also works;-) > Or, instead of using print, use sys.stdout.write(). Yep, generally better than 'print'. Alex -- http://mail.python.org/mailman/listinfo/python-list