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
shuzuuuu.......
By
Aysha PS
Run
#neck p1 = point(-22,-3) p2 = point(-22,-39) p3 = point(5,-32) p4 = point(8,-1) shape = polygon([p1,p2,p3,p4],fill="#ffe6cc",stroke="#ffe6cc") show(shape) s12 = ellipse(w=140,h=70,x=0,y=100,fill="#261a0d",stroke="#261a0d") r1=rectangle(w=150,h=65,x=0,y=61,fill="#ffe6cc",stroke="#ffe6cc") s3=ellipse(w=20,h=30,x=-75,y=30,fill="#ffe6cc",stroke="#ffe6cc") s1 = ellipse(w=157,h=66,x=0,y=14,fill="#ffe6cc",stroke="#ffe6cc") #s2=ellipse(w=20,h=30,x=78,y=30,fill="#ffe6cc",stroke="#ffe6cc") s13 = ellipse(w=46,h=100,x=50,y=-30,fill="#261a0d",stroke="#261a0d") | rotate(15) s14 = ellipse(w=46,h=100,x=-65,y=-25,fill="#261a0d",stroke="#261a0d") | rotate(340) show(s14,s13,s12,r1,s3,s1) #chin p1=point(-70,0) p2=point(-20,-25) p3=point(60,-10) shape=polygon([p1,p2,p3],fill="#ffe6cc",stroke="#ffe6cc") show(shape) #eyes s4=ellipse(w=25,h=40,x=-40,y=55,fill="white") s5=ellipse(w=15,h=28,x=-39,y=57,fill="#1a0900") s6=ellipse(w=5,h=8,x=-38,y=58,fill="white") show(s4,s5,s6) s7=ellipse(w=25,h=40,x=20,y=55,fill="white") s8=ellipse(w=15,h=28,x=21,y=57,fill="#1a0900") s9=ellipse(w=5,h=8,x=22,y=58,fill="white") show(s7,s8,s9) #nose z1 = line(x1=-15,y1=25,x2=-19,y2=20) z2 = line(x1=-15,y1=29,x2=-15,y2=25) z3 = line(x1=-19,y1=20,x2=-9,y2=18) show(z1,z2,z3) #smile z4 = line(x1=-30,y1=3,x2=-22,y2=-3) z5 = line(x1=-22,y1=-3,x2=-15,y2=-5.5) z6 = line(x1=-15,y1=-5.5,x2=-5,y2=-1) show(z4,z5,z6) #hand on right side s11 = ellipse(w=34,h=100,x=-38,y=-75,fill="PaleVioletRed") show(s11) #dress p1 = point(-51,-110) p2 = point(10,-110) p3 = point(10,-25) p4 = point(-42,-49) shape = polygon([p1,p2,p3,p4],fill="PaleVioletRed") show(shape) #colar p1 = point(-25,-20) p2 = point(-42,-49) p3 = point(-23,-35) shape = polygon([p1,p2,p3],fill="white") show(shape) p1 = point(-23,-35) p2 = point(0,-52) p3 = point(10,-25) p4 = point(5,-20) shape = polygon([p1,p2,p3,p4],fill="white") show(shape) #hand on left side s10 = ellipse(w=32,h=100,x=22,y=-75,fill="PaleVioletRed") show(s10) r2 = rectangle(w=300,h=75,x=0,y=-150,fill="white",stroke="white") show(r2) #over eyes z7 = line(x1=-48,y1=68,x2=-53.5,y2=75,stroke_width=1.5) z8 = line(x1=9,y1=67,x2=3,y2=75,stroke_width=1.5) show(z7,z8) #rightsideeyebros z9 = line(x1=-60,y1=75,x2=-49,y2=82) z10 = line(x1=-49,y1=82,x2=-40,y2=81) z11 = line(x1=-40,y1=81,x2=-29,y2=78) show(z9,z10,z11) #leftsideeyebros z12 = line(x1=38,y1=75,x2=27,y2=82) z13 = line(x1=27,y1=82,x2=18,y2=81) z14 = line(x1=18,y1=81,x2=7,y2=78) show(z12,z13,z14) #hair p1 = point(-35,110) p2 = point(-25,79) p3 = point(-3,70) p4 = point(10,100) shape = polygon([p1,p2,p3,p4],fill="#261a0d",stroke="#261a0d") show(shape) #hair top cut kombss p1 = point(-65,110) p2 = point(-78,90) p3 = point(-70,60) p4 = point(-30,105) shape = polygon([p1,p2,p3,p4],fill="#261a0d",stroke="#261a0d") show(shape) p1 = point(15,100) p2 = point(62,69) p3= point(71,100) shape = polygon([p1,p2,p3],fill="#261a0d",stroke="#261a0d") show(shape) s11 = ellipse(w=26,h=100,x=65,y=65,fill="#261a0d",stroke="#261a0d") s2=ellipse(w=20,h=30,x=70,y=30,fill="#ffe6cc",stroke="#ffe6cc") show(s11,s2) #pony cut p1 = point(-130,-82) p2 = point(-81,-25) p3 = point(-100,-100) shape = polygon([p1,p2,p3],fill="white",stroke="white") show(shape) p1 = point(100,-82) p2 = point(65,-40) p3 = point(100,-150) shape = polygon([p1,p2,p3],fill="white",stroke="white") show(shape) #udaayipp parivaadi z15 = line(x1=-71,y1=65,x2=-75,y2=25) show(z15)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login