Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

new print on the same line substitution python 3

for x in range(10):
    print('
 H M S 0 0 {}'.format(x), end='')
    time.sleep(1)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #print #line #substitution #python
ADD COMMENT
Topic
Name
1+9 =