Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python how to print something at a specific place

import sys
def print_there(x, y, text):
     sys.stdout.write("x1b7x1b[%d;%df%sx1b8" % (x, y, text))
     sys.stdout.flush()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #print #specific #place
ADD COMMENT
Topic
Name
2+5 =