How do you do that Pls help
there are 2 ways to do this. you can use the os module for this, or the replit module.
os
replit
import os os.system('clear')
or
from replit import clear clear()
like that. That should work
How do you clear text you print in python
How do you do that Pls help
Solution
there are 2 ways to do this. you can use the
os
module for this, or thereplit
module.or
like that.
That should work