1.3.1.1 Rectangles, Ovals, Circles, and Lines Checkpoint 1

# Without changing the green rectangle, move the

# gold oval so it is centered inside the rectangle.

### Modify Your Code Here ###

Rect(200, 200, 150, 50, fill='green')

Oval(275, 225, 150, 50, fill='gold')