Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Delete python text after 1 sec

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)
 
PREVIOUS NEXT
Tagged: #Delete #python #text #sec
ADD COMMENT
Topic
Name
9+9 =