I'm Trying To Clear a Line In a Console Like This:
Confirm? yes
Placing Order...
Then:
Confirm? yes
Order is at the location that you've provided!
i don't want it to be:
Confirm? yes
Placing Order...
Order is at the location that you've provided!
This is like when you install module with pip, the progress bar just stays in the same line and not onto another line.
I'm using Python 3.10