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
minion
By
Aysha PS
Run
s1=ellipse(w=110,h=190,fill="gold",stroke="gold") c1 = circle(r=50,x=0,y=40,fill="gold",stroke="gold") c2 = circle(r=50,x=0,y=-40,fill="#4682B4",stroke="#4682B4") s2=ellipse(w=97,h=80,x=0,y=-55,fill="#4682B4",stroke="#4682B4") z1 = line(x1=-54,y1=0,x2=-13,y2=-22,stroke="#4682B4",stroke_width=11) z2 = line(x1=54,y1=0,x2=13,y2=-22,stroke="#4682B4",stroke_width=11) z3 = line(x1=-50.5,y1=2,x2=-25,y2=-9,stroke_width=1) z7 = line(x1=-25,y1=-22,x2=-25,y2=-7) z4 = line(x1=50,y1=2,x2=25,y2=-9,stroke_width=1) z5 = line(x1=-55,y1=-5,x2=-26,y2=-19) z6 = line(x1=55,y1=-5,x2=26,y2=-19) z8 = line(x1=25,y1=-22,x2=25,y2=-7) r1 = rectangle(w=50,h=30,x=0,y=-22,fill="#4682B4",stroke="#4682B4") r2 = rectangle(w=28,h=20,x=0,y=-32) c3 = circle(r=6.5,x=0,y=-32,fill="black") c4 = circle(r=2.5, x=-30, y=-12.5,fill="black") c5 = circle(r=2.5, x=30, y=-12.5,fill="black") r3 = rectangle(w=100,h=12,x=0,y=39,fill="LightSlateGrey") s3 = ellipse(w=28,h=85,x=-50,y=-40,fill="gold",stroke="gold") s4 = ellipse(w=28,h=85,x=50,y=-40,fill="gold",stroke="gold") r4 = rectangle(w=16,h=16,x=-51,y=-75,fill="#33334d",stroke="#33334d") r5 = rectangle(w=16,h=16,x=51,y=-75,fill="#33334d",stroke="#33334d") show(s3,s4,r4,r5,s1,c1,c2,s2,z1,z2,r1,r2,c3,z3,z4,z5,z6,z7,z8,c4,c5,r3) #legs p1 = point(-40,-73) p2 = point(-25,-109) p3 = point(-16.5,-109) p4 = point(-7.5,-65) shape = polygon([p1,p2,p3,p4],fill="#4682B4",stroke="#4682B4") show(shape) p1 = point(40,-73) p2 = point(25,-109) p3 = point(16.5,-109) p4 = point(7.5,-65) shape = polygon([p1,p2,p3,p4],fill="#4682B4",stroke="#4682B4") show(shape) #eyes c6= circle(r=21,x=-20.5,y=40,fill="LightGrey") c7= circle(r=21,x=20.5,y=40,fill="LightGrey") c8= circle(r=15,x=-20.5,y=40,fill="snow") c9= circle(r=15,x=20.5,y=40,fill="snow") #iris c10= circle(r=6.5,x=-18.5,y=39,fill="SaddleBrown") c11= circle(r=6.5,x=18.5,y=39,fill="SaddleBrown") c12= circle(r=3,x=-18.5,y=39,fill="black") c13= circle(r=3,x=18.5,y=39,fill="black") show(c6,c7,c8,c9,c10,c11,c12,c13) #udaaypp parivaadi r6=rectangle(w=58,h=18,x=0,y=5,fill="gold",stroke="gold") show(r6) #smile z9=line(x1=-5,y1=5,x2=-3,y2=1,stroke="black",stroke_width=2.5) z10=line(x1=-3,y1=1,x2=0,y2=-3,stroke="black",stroke_width=2.5) z11=line(x1=0,y1=-3,x2=4.5,y2=-0,stroke="black",stroke_width=2.5) z12=line(x1=4.5,y1=0,x2=5.4,y2=4,stroke="black",stroke_width=2.5) show(z9,z10,z11,z12) #fingers c14=circle(r=4,x=-58,y=-81,fill="#33334d",stroke="#33334d") c15=circle(r=4,x=-50,y=-84,fill="#33334d",stroke="#33334d") c16=circle(r=4,x=-44,y=-81,fill="#33334d",stroke="#33334d") c17=circle(r=4,x=58,y=-81,fill="#33334d",stroke="#33334d") c18=circle(r=4,x=50,y=-84,fill="#33334d",stroke="#33334d") c19=circle(r=4,x=44,y=-81,fill="#33334d",stroke="#33334d") show(c14,c15,c16,c17,c18,c19) #legs s5=ellipse(w=23,h=11,x=-26,y=-112,fill="#33334d",stroke="#33334d") s6=ellipse(w=23,h=11,x=26,y=-112,fill="#33334d",stroke="#33334d") show(s5,s6) #hair z13=line(x1=-8,y1=78,x2=-17,y2=93) z14=line(x1=-8,y1=78,x2=8,y2=99) show(z13,z14)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login