Ask a question to get started
Enter to send•Shift+Enter new line
Create a line on ASCII canvas.
line( self, x0: int, y0: int, x1: int, y1: int, char: str ) -> None
x0
int
x coordinate where the line should start.
y0
y coordinate where the line should start.
x1
x coordinate where the line should end.
y1
y coordinate where the line should end.
char
str
character to draw the line with.