On May 23, 3:36 am, rzed <[EMAIL PROTECTED]> wrote:
> "Tim Williams" <[EMAIL PROTECTED]> wrote innews:[EMAIL PROTECTED]:
>
> [...]
>
> > 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!

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to