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
1
Sketch_1
By
Mary Angel John
Run
s1 = ellipse(w=50,h=100) s= s1|repeat (100,rotate(10)) show (s) s2=s|translate (x=100,y=100) s3=s|translate (x=-100,y=100) s4=s|translate (x=-100,y=-100) s5=s|translate (x=100,y=-100) show(s2, s3, s4, s5) r1=rectangle(w=10, h=10,fill="red") r2=r1|repeat(10, rotate (5)) show(r2) r3= r2|translate (x=100, y=100) r4=r2|translate (x=0, y=100) r5=r2|translate (x=-100,y=100) r6=r2|translate (x=-100,y=0) r7=r2|translate (x=-100,y=-100) r8=r2|translate (x=0,y=-100) r9=r2|translate (x=100,y=-100) r10=r2|translate (x=100,y=0) show(r3, r4, r5, r6, r7, r8, r9, r10)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login