I wanted to display a counter for my loops like this:
>>> for a in range(int(1e+307)):...     a=str(a)...     b='\b'*len(a)...        
>>> print(b,a, sep='',end='')
But this only works on the command prompt, in IDLE it will flood the screen. 
How do I do it?



      Découvrez les photos les plus intéressantes du jour.
http://www.flickr.com/explore/interesting/7days/
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to