Ask a question to get started
Enter to send•Shift+Enter new line
Print a text on ASCII canvas.
text( self, x: int, y: int, text: str, ) -> None
x
int
x coordinate where the text should start.
y
y coordinate where the text should start.
text
str
string that should be printed.