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
By
Archana Lejikumar
Run
c1=circle(r=95,fill="lightblue",stroke="orange") c2=circle(r=60,fill="green",stroke="black") c3=circle(r=50,fill="green",stroke="none") c4=circle(r=40,fill="green",stroke="none") c5=circle(r=30,fill="green",stroke="none") c6=circle(r=20,fill="green",stroke="none") c7=circle(r=10,fill="green",stroke="none") c=combine([c2,c3,c4,c5,c6,c7])|translate(x=90) newc=c|repeat(8,rotate(45)) show(newc,c1) c8 = circle(r=30,fill="white",stroke="none") show(c8) c9 = circle(y=-60,r=40,fill="white",stroke="none") show(c9) c10 = circle(x=-13,r=4,fill="black") show(c10) c11 = circle(x=13,r=4,fill="black") show(c11) s = point(x=57,y=15) w = point(x=-33,y=25) t = point(x=30,y=55) n = polygon([s,w,t],fill="red",stroke="none") show(n) c12 = circle(x=30,y=55,r=7,fill="white") show(c12) c13 = circle(x=-5,y=-15,r=6,fill="red",stroke="none") show(c13) c14=circle(x=-107,r=5,fill="red",stroke="black") show(c14) c15=circle(x=-115,r=5,fill="red",stroke="black") show(c15) c16=circle(x=-111,y=10,r=5,fill="red",stroke="black") show(c16) c17=circle(x=-87,y=-80,r=5,fill="red",stroke="black") show(c17) c18=circle(x=-95,y=-80,r=5,fill="red",stroke="black") show(c18) c19=circle(x=-92,y=-70,r=5,fill="red",stroke="black") show(c19) c20=circle(x=-2,y=-115,r=5,fill="red",stroke="black") show(c20) c21=circle(x=-10,y=-117,r=5,fill="red",stroke="black") show(c21) c22=circle(x=-2,y=-121,r=5,fill="red",stroke="black") show(c22) c23=circle(x=96,y=-90,r=5,fill="red",stroke="black") show(c23) c24=circle(x=90,y=-85,r=5,fill="red",stroke="black") show(c24) c25=circle(x=86,y=-90,r=5,fill="red",stroke="black") show(c25) c26=circle(x=80,y=70,r=5,fill="red",stroke="black") show(c26) c27=circle(x=85,y=75,r=5,fill="red",stroke="black") show(c27) c28=circle(x=88,y=70,r=5,fill="red",stroke="black") show(c28) c29=circle(x=115,y=5,r=5,fill="red",stroke="black") show(c29) c30=circle(x=125,y=5,r=5,fill="red",stroke="black") show(c30) c31=circle(x=120,y=12,r=5,fill="red",stroke="black") show(c31) c32=circle(x=25,y=105,r=5,fill="red",stroke="black") show(c32) c33=circle(x=20,y=110,r=5,fill="red",stroke="black") show(c33) c34=circle(x=15,y=105,r=5,fill="red",stroke="black") show(c34) c35=circle(x=-75,y=90,r=5,fill="red",stroke="black") show(c35) c36=circle(x=-70,y=95,r=5,fill="red",stroke="black") show(c36) c37=circle(x=-65,y=90,r=5,fill="red",stroke="black") show(c37) c38=circle(x=0,y=-45,r=5,fill="black",stroke="none") show(c38) c39=circle(x=0,y=-70,r=9,fill="black",stroke="none") show(c39) r1=rectangle(x=10,y=-55,w=45,h=3,fill="black")|rotate(45) show(r1) r2=rectangle(x=-5,y=-55,w=45,h=3,fill="black")|rotate(-45) show(r2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login