Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python overwrite print on same line

import time
for j in range(1,5):
   print('waiting : '+j, end='
')
   time.sleep(1)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #overwrite #print #line
ADD COMMENT
Topic
Name
3+3 =