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
just new
By
Malavika S
Run
r1 = rectangle(w=300, h=300, stroke="none", fill="white") show(r1) c1 = circle(r=150, fill="brown", stroke="none") c2 = c1 | scale(0.97) #c4 = c2(fill="orange") c3 = circle(r=25) show(c2,c3) show(c1) e1 = ellipse(w=280,h = 150) | repeat(4 ,rotate(120)) e2 = e1 | scale(0.88) e3 = e2 | scale(0.94) show(e1,e2,e3) r3 = rectangle(w=28, h=28, x=0, y=0,fill="#431006", stroke_width=1.5)| rotate(45) | translate(y=45) r4 = r3 | repeat(8, rotate(45)) r5 = rectangle(w=20, h=20, x=0, y=0)| rotate(45) | translate(y=44.5) r6 = r5 | repeat(8, rotate(45)) r7 = rectangle(w=13, h=13, x=0, y=0)| rotate(45) | translate(y=44) r8 = r7 | repeat(8, rotate(45)) r9 = rectangle(w=28, h=28, x=0, y=0)| rotate(45) | translate(y=70) r10 = r9 | repeat(8, rotate(45)) show(r3,r4,r5,r6,r7,r8,r9,r10)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login