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
Pookkalam
By
Rohith Nair
Run
c1 = circle(r=10,fill="red",stroke="pink") c2 = circle(r=40,fill="#81dbc5",stroke="blue") c3 = circle(r=110,fill="#ed687e",stroke="none") p1=point(x=0,y=20) p2=point(x=10,y=0) p3=point(x=-10,y=0) petal1=polygon((p1,p2,p3),fill="yellow",stroke="none") | repeat(10,rotate(36)) petal2=ellipse(w=10 ,h=40,fill="#eb822d",stroke="none") |rotate(18) |repeat(10,rotate(36)) petal3=ellipse(w=20,h=60,fill="#ba146a",stroke="none",y=30) | repeat(6,rotate(60)) square=rectangle(w=145,h=145,fill="#b0f01d",stroke="none") | repeat(50,rotate(36)) curls=ellipse(y=60,h=50,w=35,stroke="#ed687e",fill="yellow")| repeat(60,rotate(17)) show(c3,square,curls,c2,petal3,petal2,petal1,c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login