When you use "print," it automatically adds a newline (\n).

You can avoid this by following the print line with a comma:

print j,

Or rstrip() the line before printing. Either way.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to