Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How To Clear Output Text In Python?(Google isn't helping me)(I am new to coding)

0 votes
asked Feb 15, 2020 by ChrisSebring (130 points)
So I am new to programming and I am making a program for school. I don't really know how to clear output text in python and Google isn't helping me. I just want to know how to clear a single line of text in python so it doesn't get all smashed in together not really looking all that nice. Please give feedback!

1 Answer

0 votes
answered Feb 18, 2020 by Nando Abreu (970 points)
If you mean like this lines that display percentage and "erases" itself when a new information must be printed in place of the previous, look for carriage return "\r" and the parameter 'end=""' in the print function.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...