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
hi monkeychettan
By
Aysha PS
Run
s7 = ellipse(w=125,h=200,x=0,y=-20,fill="Chocolate",stroke="Chocolate") s8 = ellipse(w=100,h=175,x=0,y=-20,fill="BurlyWood",stroke="BurlyWood") show(s7,s8) #ears c5 = circle(r=20,x=-95,y=100,fill="BurlyWood",stroke="BurlyWood") c4 = circle(r=40,x=-95,y=100,fill="Chocolate",stroke="Chocolate") show(c4,c5) c7 = circle(r=20,x=95,y=100,fill="BurlyWood",stroke="BurlyWood") c6 = circle(r=40,x=95,y=100,fill="Chocolate",stroke="Chocolate") show(c6,c7) s1 = ellipse(w=200,h=150,x=0,y=50,fill="Chocolate",stroke="Chocolate") s2 = ellipse(w=27,h=17,x=-10,y=40,fill="Chocolate",stroke="Chocolate") s3 = ellipse(w=60,h=130,x=-29,y=45,fill="BurlyWood",stroke="BurlyWood") s4 = ellipse(w=60,h=130,x=29,y=45,fill="BurlyWood",stroke="BurlyWood") show(s1,s4,s3,s2) c1 = circle(r=43,x=-0,y=20,fill="BurlyWood",stroke="BurlyWood") c2 = circle(r=50,x=-45,y=40,fill="BurlyWood",stroke="BurlyWood") c3 = circle(r=50,x=45,y=40,fill="BurlyWood",stroke="BurlyWood") show(c1,c2,c3) s2 = ellipse(w=27,h=17,x=-10,y=40,fill="Chocolate",stroke="Chocolate") show(s2) #eyes s5 = ellipse(w=30,h=50,x=-28,y=75,fill="white",stroke="white") s6 = ellipse(w=30,h=50,x=28,y=75,fill="white",stroke="white") show(s5,s6) c8 = circle(r=8,x=-27,y=83,fill="black") c9 = circle(r=8,x=27,y=83,fill="black") show(c8,c9) #hand s9 = ellipse(x=-63,y=-45,h=82,w=26,fill="Chocolate",stroke="BurlyWood") | rotate(135) s10 = ellipse(x=-63,y=-45,h=82,w=26,fill="Chocolate",stroke="BurlyWood") show(s9,s10) #HI r1=rectangle(h=40,w=8,x=-125,y=-125,fill="DeepPink",stroke="DeepPink") r2=rectangle(h=40,w=8,x=-100,y=-125,fill="DeepPink",stroke="DeepPink") r3=rectangle(h=8,w=30,x=-112,y=-125,fill="DeepPink",stroke="DeepPink") r4=rectangle(h=25,w=8,x=-83,y=-130,fill="DeepPink",stroke="DeepPink") c10=circle(r=5,x=-83,y=-108,fill="DeepPink",stroke="DeepPink") show(r1,r2,r3,r4,c10) #foot s11=ellipse(w=50,h=30,x=-35,y=-130,fill="Chocolate",stroke="Chocolate") s12=ellipse(w=50,h=30,x=35,y=-130,fill="Chocolate",stroke="Chocolate") show(s11,s12) #pant r5 = rectangle(w=50,h=60,x=-25,y=-90,fill="DarkSlateBlue",stroke="DarkGray") r6 = rectangle(w=50,h=60,x=25,y=-90,fill="DarkSlateBlue",stroke="DarkGray") r7 = rectangle(w=10,h=60,x=-25,y=-90,fill="DarkSlateBlue",stroke="DarkGray") r8 = rectangle(w=10,h=60,x=25,y=-90,fill="DarkSlateBlue",stroke="DarkGray") r9 = rectangle(w=10,h=60,x=-15,y=-90,fill="DarkSlateBlue",stroke="DarkGray") r10 = rectangle(w=10,h=60,x=15,y=-90,fill="DarkSlateBlue",stroke="DarkGray") r11 = rectangle(w=10,h=60,x=-40,y=-90,fill="DarkSlateBlue",stroke="DarkGray") r12 = rectangle(w=10,h=60,x=40,y=-90,fill="DarkSlateBlue",stroke="DarkGray") show(r5,r6,r7,r8,r9,r10,r11,r12) #mouth c11=circle(r=6.5) show(c11)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login