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
More information about the Python-list mailing list
Thu Jun 3 09:36:25 EDT 2004
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Jun 2)
- Next message (by thread): printing something without a newline OR a space after it?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alex Hunsley wrote:
> .. whereas I want no newline and no space:
>
>
> stuff here,more
>
> How is this done?
sys.stdout.write('foo')
--
Ciao,
Matteo
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Jun 2)
- Next message (by thread): printing something without a newline OR a space after it?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list