Here’s how to draw an oval.

canvas.create_oval(x1, y1, x2, y2)

The top left corner of the rectangle that the oval resides in is (x1, y1) and the bottom right forner of the rectangle that the oval resides in is (x2, y2).