I want to make a timer so like this:
import time
print ("Loading program...")
time.sleep(1)
now i want to delete the
Loading program...
I only want to delete the latest line nothing else.Im running python 3.6, Thanks for any help. I have tried method that have been linked to me but they all have not worked i just want a simple code to remove the last line printed.