Pookkalam by Muhammed Ameen K N

Code

#Muhammed Ameen  K N
#NETFLIX LOGO

s1=circle(r=150,fill="black")
s2=rectangle(x=0 ,y=-30, w=150,h=30,fill="#880808")
s2=s2|rotate(90)
s3=rectangle(x=0 ,y=30, w=150,h=30,fill="#880808")
s3=s3|rotate(90)
s4=rectangle(x=0 ,y=0, w=200,h=30, fill="#E50914" ,stroke="black" ,stroke_width="1")
s4=s4|rotate(112)
s5=rectangle(x=-45,y=85, w=70,h=30,fill="black")
s6=rectangle(x=45,y=-85, w=70,h=30,fill="black")
s7=rectangle(x=-75,y=65, w=40,h=30,fill="black")
s8=rectangle(x=75,y=-65, w=40,h=30,fill="black")

s11=rectangle(x=45,y=85, w=70,h=30,fill="black")
s12=rectangle(x=-45,y=-85, w=70,h=30,fill="black")
s13=rectangle(x=-48,y=-80, w=70,h=30,fill="black")
s13=s13|rotate(6)
s14=rectangle(x=-38,y=80, w=70,h=30,fill="black")
s14=s14|rotate(174)

show(s1,s2,s3,s4,s5,s6,s7,s8,s11,s12,s13,s14)