Skip to content
Archan Patkar edited this page May 17, 2018 · 2 revisions

gotoxy(x,y)

This function sets the cursor position to the given x and y coordinates

Example

from Panim import *

gotoxy(10,10)
print("Hi")
Clone this wiki locally