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
Snowman
By
Amrutha Chandrababu
Run
s=rectangle(w=300,h=300,fill="black",stroke="none") show(s) moon=circle(x=-110,y=120,r=15,fill="whitesmoke",stroke="none") show(moon) r1=rectangle(x=30,y=-100,w=50,h=4,fill="brown",stroke="none")|rotate(60) show(r1) r2=rectangle(x=-22,y=15,w=50,h=4,fill="brown",stroke="none")|rotate(120) show(r2) c1=circle(x=50,y=-70,r=50,fill="white",stroke="none") show(c1) c2=circle(x=50,y=-5,r=35,fill="white",stroke="none") show(c2) r=rectangle(x=0,y=-125,w=300,h=50,fill="snow",stroke="none") show(r) h=rectangle(x=50,y=20,w=70,h=15,fill="white",stroke="none") show(h) p1=point(x=87,y=25) p2=point(x=13,y=25) p3=point(x=50,y=75) t=polygon([p1,p2,p3],fill="red",stroke="none") show(t) c3=circle(x=50,y=75,r=9,fill="white",stroke="none") show(c3) c4=circle(x=35,y=0,r=4,fill="black") show(c4) c5=circle(x=65,y=0,r=4,fill="black") show(c5) c6=circle(x=50,y=-10,r=5,fill="orange",stroke="none") show(c6) c7=circle(x=50,y=-50,r=5,fill="black",stroke="none") show(c7) c8=circle(x=50,y=-75,r=7,fill="black",stroke="none") show(c8) c9=circle(x=0,y=120,r=2,fill="gold",stroke="none") show(c9) c10=circle(x=-65,y=140,r=2,fill="gold",stroke="none") show(c10) c11=circle(x=-45,y=110,r=2,fill="gold",stroke="none") show(c11) c12=circle(x=50,y=130,r=2,fill="gold",stroke="none") show(c12) c13=circle(x=100,y=140,r=2,fill="gold",stroke="none") show(c13) c14=circle(x=110,y=100,r=2,fill="gold",stroke="none") show(c14) c15=circle(x=130,y=120,r=2,fill="gold",stroke="none") show(c15) c16=circle(x=-120,y=95,r=2,fill="gold",stroke="none") show(c16) c17=circle(x=-50,y=70,r=4,fill="white",stroke="none") show(c17) c18=circle(x=-85,y=45,r=4,fill="white",stroke="none") show(c18) c19=circle(x=-100,y=80,r=4,fill="white",stroke="none") show(c19) c20=circle(x=-75,y=0,r=4,fill="white",stroke="none") show(c20) c21=circle(x=-110,y=10,r=4,fill="white",stroke="none") show(c21) c22=circle(x=-120,y=50,r=4,fill="white",stroke="none") show(c22) c23=circle(x=-65,y=-70,r=4,fill="white",stroke="none") show(c23) c24=circle(x=-75,y=-30,r=3,fill="white",stroke="none") show(c24) c25=circle(x=-95,y=-50,r=3,fill="white",stroke="none") show(c25) c26=circle(x=-125,y=-30,r=3,fill="white",stroke="none") show(c26) c27=circle(x=-120,y=-85,r=3,fill="white",stroke="none") show(c27) c28=circle(x=-30,y=30,r=3,fill="white",stroke="none") show(c28) c29=circle(x=-30,y=-40,r=4,fill="white",stroke="none") show(c29) c30=circle(x=-30,y=-90,r=2,fill="white",stroke="none") show(c30) c31=circle(x=0,y=50,r=2,fill="white",stroke="none") show(c31) c32=circle(x=20,y=75,r=2,fill="white",stroke="none") show(c32) c33=circle(x=100,y=50,r=2,fill="white",stroke="none") show(c33) c34=circle(x=130,y=30,r=3,fill="white",stroke="none") show(c34) c35=circle(x=125,y=-50,r=4,fill="white",stroke="none") show(c35) c36=circle(x=123,y=-85,r=2,fill="white",stroke="none") show(c36) n=rectangle(x=75,y=-25,w=4,h=7,stroke="goldenrod",stroke_width=4)|repeat(30,rotate(358)|scale(0.96)) show(n) n1=rectangle(x=75,y=-25,w=1,h=2,stroke="navy",stroke_width=4)|repeat(30,rotate(358)|scale(0.96)) show(n1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login