more print statemente without spaces

Federico maschio_77 at hotmail.com
Thu Feb 6 13:40:00 EST 2003


I'd like to have more print statements like these:
print "a",
...
..
print "b",
..
..
print "c",
-------
to have "abc"
but I have "a b c " .
How can I have "abc" without spaces?
Thanks






More information about the Python-list mailing list