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
Nimal s menon
Run
colour = color(r=244, g=227, b=137) colour2 = color(r=200, g=82, b=10) a1 = ellipse(x=20, y=0, w=20 ,h=12, fill= "red", stroke = '#d95471', stroke_width = 3) | repeat(9, rotate(45)) a2 = ellipse(x=12, y=0, w=20 ,h=15, fill= "green", stroke = "#fff315") | repeat(9, rotate(45)) s=rectangle(w=50, h=50,x=25,y=25, fill="orange")| rotate(-90) s2=rectangle(w=50,h=50,x=-25,y=-25, fill="yellow")|rotate(25) s3=rectangle(w=50,h=50,x=-27,y=25, fill="orange")|rotate(45) s4=rectangle(w=50,h=50,x=-27,y=25, fill="yellow")|rotate(225) s5=rectangle(w=50,h=50,x=-25,y=-25, fill="orange")|rotate(205) s6=rectangle(w=50, h=50,x=25,y=25, fill="yellow")| rotate(-270) c=circle(r=100,fill="#ffa900") s7=ellipse(x=20, y=0, w=50,h=190, fill=colour2,stroke_width = 3)|rotate(-40) e=ellipse(x=20, y=0, w=50,h=190, fill= "#efe19a",stroke_width = 3)| rotate(-20) e1=ellipse(x=20, y=0, w=50,h=190, fill= "#383629",stroke_width = 3) s8=ellipse(x=20, y=0, w=50,h=190, fill= colour2,stroke_width = 3)|rotate(-100) e2=ellipse(x=20, y=0, w=50,h=190, fill= "#efe19a",stroke_width = 3)| rotate(-80) e3=ellipse(x=20, y=0, w=50,h=190, fill= "#383629",stroke_width = 3)|rotate(-60) s9=ellipse(x=20, y=0, w=50,h=190, fill= colour2,stroke_width = 3)|rotate(-160) e4=ellipse(x=20, y=0, w=50,h=190, fill= "#efe19a",stroke_width = 3)| rotate(-140) e5=ellipse(x=20, y=0, w=50,h=190, fill= "#383629",stroke_width = 3)|rotate(-120) e6=ellipse(x=0, y=0, w=50,h=190, fill= "#efe19a",stroke_width = 3)| rotate(4) c2=circle(r=105,fill="#e67b47") c3=circle(r=110,fill="brown") c4=circle(r=150,fill="green") c5=circle(r=155,fill="#e67b47") c6=circle(r=172,fill=colour,stroke_width=2) show(c6) e7=ellipse(w=30,h=340, fill= "orange",stroke="orange")|rotate(-40)| repeat (25,rotate(50)) show(e7) show(c5,c4) r1 = rectangle (w=209,h=209,fill="brown", stroke="brown") | repeat (15,rotate(50)) r2 = rectangle (w=193,h=193,fill="red", stroke="red")|rotate(15) | repeat (15,rotate(50)) r3 = rectangle (w=178,h=178,fill="orange", stroke="orange")|rotate(0) | repeat (15,rotate(50)) r4 = rectangle (w=165,h=165,fill="yellow", stroke="yellow")|rotate(15) | repeat (15,rotate(50)) show(r1,r2,r3,r4) show(c3,c2,c) show(e1,e3,e5,e,e2,e4,e6,s7,s8,s9) show(s7,s2,s,s3,s4,s5,s6) show(a1,a2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login