Ask a question to get started
Enter to send•Shift+Enter new line
Create a point on ASCII canvas.
point( self, x: int, y: int, char: str, ) -> None
x
int
x coordinate. Should be >= 0 and < number of columns in the canvas.
>= 0
<
y
y coordinate. Should be >= 0 an < number of lines in the canvas.
char
str
character to place in the specified point on the canvas.