Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
Pookalam_2021(1)
By
Hari
Run
shape7 = rectangle(w=200, h=200,fill="#9D0404",stroke="yellow",stroke_width=2) | repeat(9, rotate(10)) c = circle(x=0,y=50,r=75,fill="#FF0000",stroke="#FF0000") c1 = circle(x=0,y=50,r=70,fill="#FF3F00",stroke="#FF3F00") c2 = circle(x=0,y=50,r=65,fill="#FF7F00",stroke="#FF7F00") c3 = circle(x=0,y=50,r=60,fill="#FFBF00",stroke="#FFBF00") c4 = circle(x=0,y=50,r=55,fill="#FFFF00",stroke="#FFFF00") c5 = circle(x=0,y=50,r=50,fill="#FEFF89",stroke="#FEFF89") c6=circle(x=0,y=0,r=25,fill="yellow",stroke="none") e = ellipse(x=0,y=25,w=50,fill="#FF0000",stroke="#FF0000") e1=ellipse(w=10,h=50,fill="white",stroke="magenta") e2 = ellipse(x=0,y=25,w=90,fill="white",stroke="#DE0404",stroke_width=2) e3 = ellipse(x=0,y=30,w=100,fill="white",stroke="#DE0404",stroke_width=4) c7=circle(x=0,y=0,r=10,fill="#DC143C",stroke="#DC143C") c8=circle(x=0,y=50,r=10,fill="#FF6347",stroke="white") shape=c | repeat(6,rotate(60)) shape1=c1 | repeat(6,rotate(60)) shape2=c2 | repeat(6,rotate(60)) shape3=c3 | repeat(6,rotate(60)) shape4=c4 | repeat(6,rotate(60)) shape5=c5 | repeat(6,rotate(60)) shape6=e| repeat(6,rotate(60)) shape8=e1|repeat(6,rotate(60)) shape9=c8 |repeat(6,rotate(60)) shape10=e2|repeat(6,rotate(60)) shape11=e3|repeat(6,rotate(60)) show(shape7,shape,shape1,shape2,shape3,shape4,shape5,shape11,shape10,shape6,c6,shape8,c7,shape9)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login