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
Archana Lejikumar
Run
f = color(r=255, g=0, b=0) c1 = ellipse(w=200, h=10, fill=f, stroke="yellow", stroke_width=2) | repeat(75, rotate(5)) c2 = circle(r=50, fill="indigo",stroke="none") c3 = rectangle(w=65, h=65, fill="yellow") | repeat(40, rotate(20) | scale(0.9)) c6 = circle(r=150, fill="yellow",stroke="none") c4 = ellipse() | repeat(50, rotate(10)) g = color(r=200, g=0, b=0) c5 = ellipse(w=300, h=10, fill=g, stroke="indigo", stroke_width=2) | repeat(75, rotate(5)) show(c6, c5, c1, c4, c2, c3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login