📅  最后修改于: 2022-03-11 14:46:00.085000             🧑  作者: Mango
print("hello")
print("this line will be deleted in 2 Seconds")
time.sleep(2)
delete_last_line()
#if you want time you need to import time! (Search it up)