Printing dots in single-line

trofer at nic.nac.wdyn.de trofer at nic.nac.wdyn.de
Thu Nov 13 10:22:01 EST 2003


Hey there,

I want to print some dots in a single-line while my program loads or does
something. I tried with he following but it didn't work :(.

while 1:
    print '.',

Prints line of dots separated by a whitespace (. . . . . . etc). Is there a
way I can get it to display them without that white space (.......etc)?

Thanks






More information about the Python-list mailing list