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
New Sketch
By
Anna S Antony
Run
c = ellipse(w = 280, h = 280/4, fill = "#52154E", stroke = "purple") | repeat(30, rotate(angle=70)) t = ellipse(w = 250, h = 250/4, fill = "#875C74", stroke = "purple") | repeat(30, rotate(angle=70)) l = ellipse(w = 220, h = 220/4, fill = "#937785", stroke = "purple") | repeat(30, rotate(angle=70)) n = ellipse(w = 190, h = 190/4, fill = "#B098A4", stroke = "purple") | repeat(30, rotate(angle=70)) p = ellipse(w = 160, h = 160/4, fill = "#D9BDC5", stroke = "purple") | repeat(30, rotate(angle=70)) v = ellipse(w = 130, h = 130/4, fill = "#D2A1B8", stroke = "purple") | repeat(30, rotate(angle=70)) m = circle(r=40,fill="#B4869F", stroke = "none") p1=point(x=5,y=10) p2=point(x=-5,y=10) p3=point(x=0,y=40) p4=point(x=0,y=10) k = polygon([p1,p4,p2,p3],fill = "white",stroke="purple",stroke_width=-4) | repeat(12,rotate(45)) show(c,t,l,n,p,v,m,k)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login