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 test
By
Sahil Pillai
Run
e1 = ellipse(w=150,h=300,fill="brown",stroke='pink')|repeat(10,rotate(45)) r1 = rectangle(w=200,h=200,fill="white",stroke='black')|repeat(20,rotate(45)) c1 = circle(r=120,fill="purple",stroke='black') r2 = rectangle(w=150,h=150,fill="red",stroke='red')|repeat(20,rotate(35)) r3 = rectangle(w=145,h=140,fill="yellow",stroke='yellow')|repeat(20,rotate(25)) r4 = rectangle(w=140,h=140,fill="green",stroke='green')|repeat(20,rotate(15)) e2 = ellipse(w=100,h=150, fill="orange",stroke='orange')|repeat(15,rotate(60)) c2 = circle(r=5,x=60,fill="white")|rotate(90)|repeat(6,rotate(60)) e3 = ellipse(w=50,h=100, fill="red",stroke='red')|repeat(15,rotate(60)) c3 = circle(r=32,fill="green",stroke='none') c4 = circle(r=25,fill="yellow",stroke='orange') c5 = circle(r=15,fill="red",stroke='blue') show(e1,r1,c1,r2,r3,r4,e2,e3,c2,c3,c4,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login