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
Archana P G
Run
r1 = rectangle(w=150,h=150,fill="white",stroke="green",stroke_width=3) | repeat(2, rotate(45)) c1=circle(r=30,fill="white",stroke="green",stroke_width=3) c2=circle(r=100,fill="black") c3=circle(r=40,fill="purple") c4=circle(r=60,fill="black") r2=rectangle(w=200,h=200,fill="#cf2dc4",stroke="black",stroke_width=3)|repeat(200,rotate(100)) e1 = ellipse(h=310, w=250, fill="green", stroke="none")|repeat(6,rotate(30)) e2 = ellipse(h=300, w=200, fill="black", stroke="none")|repeat(6,rotate(30)) r3 = rectangle(w=40,h=40) | repeat(4, rotate(60)) show(e1+e2,r2,c2,r1,c4,c3,c1,r3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login