Ellipse

[Tutorial 02]   A   B   C   D   E   F   G   H   I

ellipse(x, y, width, height)   is used to draw ellipses.
The first two parameters are the position of the center.
The second two are the length of the diameters (across and down).
To draw a circle, make height the same size as width.