Ask a question to get started
Enter to send•Shift+Enter new line
Create a box on ASCII canvas.
box( self, x0: int, y0: int, width: int, height: int ) -> None
x0
int
x coordinate of the box corner.
y0
y coordinate of the box corner.
width
box width.
height
box height.