Samuel wrote:

> How can I print a word without appending a newline character? Appending
> a "," to the print statement only substitutes the newline for a space,
> which is not what I am looking for.

Use sys.stdout.write directly.

-- 
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   A life without festivity is a long road without an inn.
   -- Democritus
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to