Printing dots in sequence ('...')

beertje bjornkri at gmail.com
Wed May 23 06:46:12 EDT 2007


On May 23, 3:36 am, rzed <rzan... at gmail.com> wrote:
> "Tim Williams" <t... at tdw.net> wrote innews: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

print '.\b' gives a nice and funky output though... Thanks for your
suggestions, all!




More information about the Python-list mailing list