Are you sure?
Do you want to delete “xyz” permanently? You will not be able to undo this action.
background = Rectangle(width=100,height=100,color=["red","blue"]) Circle(width=60,height=60,color="pink") Circle(width=10,height=20,x=35,y=45,color="white") Circle(width=10,height=20,x=65,y=45,color="white") Circle(width=20,height=10,x=50,y=55) Circle(width=5,height=10,x=35) Circle(width=5,height=10,x=65) Rectangle(width=5,height=7,color="white",x=45,y=65) Rectangle(width=5,height=7,color="white",x=55,y=65)