Printing dots in sequence ('...')

rzed rzantow at gmail.com
Tue May 22 21:36:11 EDT 2007


"Tim Williams" <tim at tdw.net> wrote in
news:mailman.8029.1179845747.32031.python-list at python.org: 

[...]

> maybe this:   (on Win32, don't know about *nix)
> 
> for x in range(10):
>   print '.\b',

better:
    	print '\b.',

-- 
rzed



More information about the Python-list mailing list