Hi,
is it possible to control the output so that one output would replace the one before it ?
let me explain, i made a countdown timer, the counting instance is printed out but normally i would get something like this 9876543210
what i want is for the counting instance to replace the one before it, is that possible?
i thought about clearing the screen after each count but is there another way?