When I make a program where the progress is shown in the command line, how do I make 1 line which increases (or decreases) when the progress grows?
So that you don't get this:
Progress: 1%
Progress: 2%
Progress: 3%
Progress: 4%
Progress: 5%
Progress: 6%
But this:
Progress: PROGRESS%
So 1 single line for the whole operation
Can someone explain to me how this works?