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