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
JISHA RANI G S
Run
s = rectangle(x=100, y=0, w=25, h=25) s = circle(x=140, y=0, r=10) s1 = s | repeat(20, scale(0.85)) s2 = s1 | repeat(36, rotate(10)) show(s2) fill = color(r=255, g=0, b=0) s = circle(fill=fill,stroke="none") show(s) shape = circle(x=125, y=0, r=10) | repeat(36, rotate(10)) show(shape) shape = rectangle(w=200, h=200) | repeat(9,rotate(10)) show(shape) fill = color(r=255, g=0, b=0) s = circle(fill=fill,stroke="none") show(s) shape = circle(x=100, y=0 , r=50) | repeat(36*4, rotate(10)|scale(0.97)) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login