doing successive prints without space in between

Jon Perez jbperez808 at yahoo.com
Fri Jul 2 16:00:37 EDT 2004


I'd like to print a series of successive periods as a
progress status in a command line script using python.
Unforutnately, if I do a series of successive

print ".",

I get a space in between.  Is there any way to avoid
this?



More information about the Python-list mailing list