Question: # 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,
# 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(200,200,150,50, fill='gold')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
