before your status print statement. This is the "carrige return" character which should just return you to the beginning of the line.
does a "carrige return" to go back to the beginning of the line as well as a "line feed" to go to the next line (at least in Windoze systems).
This is a trick used in console applications to simulate a continuously updating "status line" without all the fancy schmancy GUI stuff.