c = circle(r=100,fill="blue") show(c) c2=circle(r=80,fill="yellow") show(c2) c1=rectangle(w=40,h=150,fill="red") show(c1) c3=ellipse(w=100,h=50,fill="green") show(c3)