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 1.0
By
Rijfas Usman K P
Run
l1 = circle(fill='green', stroke='none') l2 = circle(fill='yellow', r=95, stroke='none') l3 = ellipse(w=40, h=80, fill='red', stroke='none') | translate(y=50) | repeat(8, rotate(45)) l4 = circle(fill='white', r=65, stroke='none') l5 = circle(fill='green', r=60, stroke='none') l6 = ellipse(fill='orange', w=30, h=60, stroke='none') + ellipse(fill='yellow', w=30, h=30, stroke='none') + ellipse(fill='white', w=30, h=10, stroke='none')| translate(y=30) | repeat(8, rotate(45)) l7 = circle(fill='white', r=35, stroke='none') l8 = circle(fill='purple', r=25, stroke='none') l9 = circle(fill='yellow', r=10, stroke='none') show(l1 + l2 + l3 + l4 + l5 + l6 + l7 + l8 + l9)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login