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
1
first sketch
By
Aparna Joshi
Run
c1=circle(r=100,fill="black") c7=circle(r=95,fill="maroon",stroke="none") c8=circle(r=90,fill="orange",stroke="none") c9=circle(r=85,fill="yellow",stroke="none") c2=circle(r=80,fill="maroon",stroke="none") c3=circle(r=50,fill="black",stroke="none") c10=circle(r=45,fill="maroon",stroke="none") c4=circle(r=40,fill="orange",stroke="none") #r1=rectangle(l=0,b=0)|repeat(8,rotate(30)) p1=point(50,30) p2=point(50,-30) p3=point(80,0) poly1=polygon([p1,p2,p3],stroke="none",fill="red")|repeat(14,rotate(30)) p4=point(0,10) p5=point(0,-10) p6=point(30,0) p7=point(0,30) poly2=polygon([p4,p5,p6,p7],stroke= "none",fill="yellow")|repeat(8,rotate(45)) p8=point(50,30) p9=point(50,-30) p10=point(80,0) poly3=polygon([p8,p9,p10],stroke="none",fill="orange")|repeat(14,rotate(60)) c5=circle(r=15,fill="white",stroke="none") c6=circle(r=10,fill="maroon",stroke="none") e=ellipse(w=5,h=20,fill="white",stroke="none")|repeat(4,rotate(45)) res=c1+c7+c8+c9+c2+c3+c10+c4+poly1+poly2+poly3+c5+c6+e show(res)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login