[Python-Dev] PEP 259: Omit printing newline after newline

Fredrik Lundh fredrik@pythonware.com
Tue, 12 Jun 2001 12:47:49 +0200


Thomas Wouters wrote:
> > print "spam:", "ham" : "and" : "eggs"
>
> > to print 'spamandeggs' without a space inbetween.
>
> Err. I meant "hamandeggs" with no space inbetween.

and "+" (or plain whitespace) instead of ":", right?

</F>