How to I print without newline ?

Ray Cote rgacote at AppropriateSolutions.com
Thu May 27 12:28:23 EDT 2004


At 5:06 PM +0200 5/27/04, fowlertrainer at anonym.hu wrote:
>Hi !
>
>I want to print, but without newline.

Hi FT:
Putting a comma at the end of each print statement suppresses the newline.

print "hello",
print "world"

Result: helloworld

--Ray
-- 

Raymond Cote
Appropriate Solutions, Inc.
PO Box 458 ~ Peterborough, NH 03458-0458
Phone: 603.924.6079 ~ Fax: 603.924.8668
rgacote(at)AppropriateSolutions.com
www.AppropriateSolutions.com




More information about the Python-list mailing list