Pookkalam by ALIYA BAISAL MATHEW

Code

c = circle(r=100,fill="green",stroke_width=5)
show(c)
name=("HAPPY ONAM")
print(name)
s1=circle(x=50,y=0,r=50,fill="blue",stroke="none")+circle (x=75,y=0,r=25,fill="blue",stroke="none")
s2=s1|rotate(90)
s3=s1|rotate(180)
s4=s1|rotate (270)
show(s1,s2,s3,s4)
c= circle(r=25,fill="red")
show(c)