printing something without a newline OR a space after it?

Matteo Dell'Amico della at toglimi.linux.it
Thu Jun 3 09:36:25 EDT 2004


Alex Hunsley wrote:
> .. whereas I want no newline and no space:
> 
> 
>   stuff here,more
> 
> How is this done?

sys.stdout.write('foo')

-- 
Ciao,
Matteo



More information about the Python-list mailing list