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
Amal S
Run
s=rectangle(w=200,h=200, stroke="red") s1=s|repeat(300,rotate(3)) s2=ellipse (w=180,h=90, stroke="blue") s3=s2|repeat (150,rotate(3)) s4=rectangle(w=60,h=60, stroke="green") s5=s4|repeat (20,rotate(5)) s6=ellipse (w=40,h=10, stroke="violet") s7=s6|repeat(20,rotate(10)) show(s1,s3,s5,s7)