0

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.

Louis.V
  • 11
  • 2
  • https://stackoverflow.com/questions/12586601/remove-last-stdout-line-in-python – Valentin Lorentz Oct 22 '17 at 13:46
  • I have tried the methods you guys have linked and none of then worked i just want a simple code that deletes the last line printed. – Louis.V Oct 22 '17 at 13:57
  • The simplest answers are the ones that have already been linked to. What happened when you tried the answer [linked here](https://stackoverflow.com/a/12586667/7203016)? – K. A. Buhr Oct 22 '17 at 19:33

0 Answers0