[Using Python 3.2] I was wondering if it is possible to remove the elements that you typed in python, not from python gui, but from the propt command. eg.
a = 0 for x in range (0,3): a = a + 1 b = ("Loading" + "." * a) print (a)
so that he prints
>>>Loading >>>Loading. >>>Loading.. >>>Loading...
But, My problem is that I want all this to be on the same line, and for this she removes it when something else arrives. therefore, instead of going, “download”, “download”. “loa .... I want him to get“ Download. ”Then he removes what is on the line and replaces it with“ Download .. ”and then removes“ Download .. ”and replaces it (in the same line) to “Loading ...” It’s hard to describe.
ps I tried to use the Backspace pattern, but it does not work ("\ b")
thank
Alex Mar 13 '11 at 17:15 2011-03-13 17:15
source share