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