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
By
Sneha Sani
Run
c1 = circle(r=140,fill="#f5cd0f",stroke="none") show(c1) l1=line(x1=-140,y1=0,x2=140,y2=0,stroke_width=20,stroke="#c706bc") l2=l1 | repeat(20,rotate(40)) show(l2) c2=circle(r=130,fill="#064f0f",stroke="none") show(c2) color1=color(r=249,g=108,b=7,a=0.7) e3=ellipse(w=255,h=75,fill="#de1704",stroke="#740803",stroke_width=3) e4=e3 | repeat(30,rotate(30)) show(e4) c4=circle(r=100,fill="#fbf8a6",stroke="none") show(c4) e1=ellipse(w=200,h=100,fill=color1,stroke="#e27115") e2=e1 | repeat(6,rotate(30)) show(e2) c3=circle(r=63,fill="#f5cd0f",stroke="none") show(c3) color2=color(r=212,g=21,b=2) c5=circle(r=53,fill="#de1704",stroke="none") show(c5) s1=rectangle(x=18.5,y=18.5,w=37,h=37,fill="#fb7b04",stroke="none") s2=s1 | rotate(90) s3= rectangle(x=18.5,y=18.5,w=37,h=37,fill="#fbf8a6",stroke="none") s4=s3 | rotate(45) show(s1) show(s4) show(s2) show(s4 | rotate(90)) show(s2 | rotate(90)) show(s4 | rotate(180)) show(s2 | rotate(180)) show(s4 | rotate(270)) p1=point(x=0,y=0) p2=point(x=53,y=0) p3=point(x=26.5,y=26.5) show(polygon([p1,p2,p3],fill="#fb7b04",stroke="none")) p1=point(x=37,y=0) p2=point(x=53,y=0) p3=point(x=37,y=18.5) show(polygon([p1,p2,p3],fill="#fbf8a6",stroke="none"))
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login