Silly me, print?

Curtis Jensen cjensen at bioeng.ucsd.edu
Wed May 9 11:34:41 EDT 2001


Courageous wrote:
> 
> Silly me, I can't for the life of me remember how -- or even recall if it's
> possible -- to print without a newline?
> 
> C//

also, ther is:

>>> import sys
>>> sys.__stdout__.write( 'string' )
string>>>


-- 
Curtis Jensen
cjensen at bioeng.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451



More information about the Python-list mailing list