printing something without a newline OR a space after it?

Alex Hunsley lard at tardis.ed.ac.molar.uk
Thu Jun 3 09:23:01 EDT 2004


Very very simple problem here, can't find out how to do it...

I want to print something without a new line after it, so I can later output 
something right after it on the same line.

If I do:

   print "stuff here",
   print "more"

.. it doesn't output a newline, but it does output a space:

   stuff here, more

.. whereas I want no newline and no space:


   stuff here,more

How is this done?

thanks
alex




More information about the Python-list mailing list