Guest User

Untitled

a guest
Oct 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import sys
  2.  
  3. def PrintLocate(row, column, text):
  4. sys.stdout.write("x1b7x1b[%d;%df%sx1b8" % (row, column, text))
  5. sys.stdout.flush()
Add Comment
Please, Sign In to add comment