Newbie question: string replace

Steven D'Aprano steve at REMOVETHIScyber.com.au
Fri Oct 28 19:50:29 EDT 2005


On Fri, 28 Oct 2005 12:27:36 -0700, usgog at yahoo.com wrote:

> hm...Is there a way to get rid of the newline in "print"?

Yes, by using another language *wink*

Or, instead of using print, use sys.stdout.write().


-- 
Steven.




More information about the Python-list mailing list