Python (superscription)

Asked

Viewed 17 times

0

Is there a way I can overwrite the content of a print without manually writing it, after a time.Sleep()? Ex.:

print('Me ajudem!') #Texto "inicial"
time.sleep(3600) #Após um minuto, o texto inicial some e no lugar aparece:
print('Fui salvo!)
  • Hello, you will always have to say somehow what you want as output (print content in this case), or you want the computer to guess what you want to show?

  • Why don’t you clean the console before giving an output?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.