Hi guys, I have long wanted to know how to clear something like print ("example") in python, but I cannot find anything or something like that.
print("Hey")
>Hey
Now I need to clear it and write a new text.
print("How is your day?")
He will print.
Hey,
>How is your day?
But I want to clear “Hey,” so the user does not have to look at both at the same time, and looks a little dirty.
source
share