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
By Darsana M
By
Darsana M
Run
r6=rectangle(w=300,h=300,fill="white",stroke="none") show(r6) c = circle(r=150,stroke="none") show(c) r1=rectangle(w=210,h=210,fill="#8f0606",stroke="none")|repeat(30,rotate(25)) show(r1) r2=rectangle(w=195,h=195,stroke="none",fill="#bf0808")|repeat(30,rotate(25)) show(r2) r3=rectangle(w=182,h=182,stroke="none",fill="#f7952d")|repeat(30,rotate(25)) show(r3) r4=rectangle(w=168,h=168,stroke="none",fill="#ffe042")|repeat(30,rotate(25)) show(r4) c1=circle(r=100,stroke="none",fill="#155c03") show(c1) e1= ellipse(x=50,w=109,h=50, fill="#8f0606",stroke="#8f0606",stroke_width=1)|rotate(-3) e2=e1| scale(x=-1,y=-1) show(e2,e1) e3= ellipse(x=50,w=109,h=50,fill="#bf0808",stroke="#bf0808",stroke_width=1)|rotate(20) e4=e3| scale(x=-1,y=-1) show(e4,e3) e5= ellipse(x=50,w=109,h=50, fill="#f7952d",stroke="#f7952d",stroke_width=1)|rotate(45) e6=e5| scale(x=-1,y=-1) show(e6,e5) e7= ellipse(x=50,w=109,h=50,fill="#ffe042",stroke="#ffe042",stroke_width=1)|rotate(70) e8=e7| scale(x=-1,y=-1) show(e8,e7) e9= ellipse(x=50,w=109,h=50, fill="#ffe042",stroke="#ffe042",stroke_width=1)|rotate(-24) e10=e9| scale(x=-1,y=-1) show(e9,e10) e11= ellipse(x=50,w=109,h=50,fill="#f7952d",stroke="#f7952d",stroke_width=1)|rotate(125) e12=e11| scale(x=-1,y=-1) show(e11,e12) e13= ellipse(x=50,w=109,h=50,fill="#bf0808",stroke="#bf0808",stroke_width=1)|rotate(98) e14=e13| scale(x=-1,y=-1) show(e13,e14) c2=circle(r=75,fill="#fff691",stroke="none") show(c2) r5=circle(x=50 ,y=0 ,r=6.5,fill="#c20017" ,stroke="none" )|repeat(12,rotate(30)) show(r5) p1 = point(x=-10,y=0) p2 = point(x=10,y=0) p3 = point(x=0, y=75) triangle_ring = polygon([p1, p2, p3], fill='#cc1b1b', stroke="none") | repeat(20,rotate(30)) show(triangle_ring) c3=circle(r=50,fill="#05400f",stroke="none") show(c3) s=circle(x=15,y=15,r=25,stroke="#9e1143",fill="#e65588" ) |repeat(7,rotate(60)) show(s) c4=circle(r=35,fill="white") show(c4) c5=circle(x=10,y=10,r=22.5,fill="#ad0068" ,stroke="#630d41" ) |repeat(7,rotate(60)) show(c5) c6=circle(r=25,fill="white") show(c6) c7=circle(x=0,y=0,r=25, fill="#420329" ) show(c7) def dot(x,y): c=circle(x=x,y=y,r=5,fill="#fff024") return c d=dot(x=0,y=0) show(d)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login