doing successive prints without space in between

Brian van den Broek bvande at po-box.mcgill.ca
Fri Jul 2 16:16:40 EDT 2004


Jon Perez said unto the world upon 02/07/2004 16:00:

> 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?

Hi,

mid-June there was a thread "Printing a progress bar" on the Tutor list 
that might be of interest to you.

Best,

Brian vdB






More information about the Python-list mailing list