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
Naveen Ram C G
Run
c1 = circle(r = 150, fill = "green") c2 = circle(r = 145, stroke ="None") c3 = circle(r =45, fill = "black") c4 = circle(x = 75, y = 0 ,r = 30, fill = "magenta") c5 = circle(x = 75, y=-10, r = 20, fill = "blue") c6 = circle(x = 75, y = -20, r = 10, fill = "red") s1 = c4 | repeat(36, rotate(36)) s2 = c5 | repeat(36, rotate(36)) s3 = c6 | repeat(36, rotate(36)) c7 = circle(r = 105, fill = "violet") el = ellipse(x= 70, y=0,w=125,h =40, fill = "yellow") e1 = el | repeat(36, rotate(10)) el = ellipse(x= 70, y=0,w=110,h =30, fill = "blue") e3 = el | repeat(36,rotate(15)) el = ellipse(x= 70, y=0,w=150,h =120, fill = "red") e4 = el | repeat(36,rotate(15)) show(c1,e4,e1,e3,c7,c2,c3,s1, s2, s3) c1 = circle(x = 42,y=0,r = 2, fill = "white") c = c1 | repeat(36, rotate(10)) show(c) c1 = circle(x = 39,y=0,r = 3, fill = "white") c = c1 | repeat(36, rotate(10)) show(c) c1 = circle(x = 36,y=0,r = 2, fill = "red") c = c1 | repeat(36, rotate(10)) show(c) r1 = ellipse(w = 73, h = 30, fill = "blue") r = r1 | repeat(10,rotate(36)) show(r) r1 = ellipse(w = 53, h = 20, fill = "yellow") r = r1 | repeat(10,rotate(36)) show(r) c = circle(r = 15, fill = "green") show(c) c = circle(r = 10, fill = "yellow") show(c) c = circle(r = 5, fill = "green") show(c) c = circle(r = 2.5, fill = "yellow") show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login