1.3.1.1 Rectangles, Ovals, Circles, and Lines Checkpoint 2
# Draw the oval that fills the left half of the canvas from top to bottom.
### Place Your Code Here ###
Oval(100,200,200,400,fill=gradient('blue','cyan'),border='black',borderWidth=5)
# Draw the oval that fills the left half of the canvas from top to bottom.
### Place Your Code Here ###
Oval(100,200,200,400,fill=gradient('blue','cyan'),border='black',borderWidth=5)