Pookkalam by Nimisha Anna Binoy

Code

c1=circle(fill="maroon",r=120)
c2=circle(fill="darkgreen",r=150)
c3=circle(stroke="red",fill="yellow",r=50)
c3=circle(stroke="red",fill="red",r=50)
s1 = ellipse(fill="orange",w=230, h=100)
s2 = ellipse(fill="yellow",w=100, h=230)
c3=circle(stroke="red",fill="red",r=50)

c4=circle(fill="yellow",x=50,y=0,r=50)
c5=circle(fill="yellow",x=-50,y=0,r=50)
c6=circle(fill="orange",x=0,y=50,r=50)
c7=circle(fill="orange",x=0,y=-50,r=50)


# change this to show both the shapes
show(c3,c2,c1,s1,s2,c4,c5,c6,c7)