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
wicked smile
By
Aysha PS
Run
r2=rectangle(w=300,h=300,fill="black") fill=color(r=208,g=208,b=208) s1=ellipse(h=59,w=160,x=-15,y=90,fill=fill,stroke=fill) r1= rectangle(h=90,w=155,x=-15,y=50,fill=fill,stroke=fill) z1 = line(x1=-89,y1=95,x2=65,y2=95,stroke=fill,stroke_width=2.5) z2 = line(x1=-89.5,y1=5,x2=65,y2=5,stroke=fill,stroke_width=2.5) show(r2,s1,r1,z1,z2) p1=point(-92.5,5) p2=point(-56,-50) p3=point(29,-50) p4=point(63,5) shape=polygon([p1,p2,p3,p4],fill=fill,stroke=fill) show(shape) p5=point(-56,-50) p6=point(-26,-85) p7=point(-1,-85) p8=point(29,-50) shape=polygon([p5,p6,p7,p8],fill=fill,stroke=fill) show(shape) #eyes c1=circle(r=11,x=-55,y=54,fill="black") c2=circle(r=11,x=25,y=54,fill="black") c3=circle(r=7,x=-40,y=52.5,fill="black") c4=circle(r=7,x=10,y=52.5,fill="black") show(c1,c2,c3,c4) z1=line(x1=-55,y1=57,x2=-40,y2=52.5,stroke_width=15) z2=line(x1=33,y1=57,x2=10,y2=52.5,stroke_width=15) z3=line(x1=-55,y1=57,x2=-40,y2=49,stroke_width=15) z4=line(x1=33,y1=57,x2=10,y2=49,stroke_width=15) show(z1,z2,z3,z4) #nose z1=line(x1=-35,y1=8,x2=-12,y2=-4,stroke_width=2.5) z2=line(x1=-12,y1=-4,x2=5,y2=8,stroke_width=2.5) show(z1,z2) p1=point(-35,8) p2=point(-31,0) p3=point(-25,1) shape=polygon([p1,p2,p3],fill="black") show(shape) p1=point(5,8) p2=point(3,0) p3=point(-2,1) shape=polygon([p1,p2,p3],fill="black") show(shape) #smile p1=point(-23.5,2) p2=point(-30,-18) p3=point(10,-18) p4=point(-3.5,2) p5=point(-12,-4) shape=polygon([p1,p2,p3,p4,p5],fill="black") show(shape) s2=ellipse(w=50,h=14.8,x=-11,y=-23,fill="black") show(s2) p1=point(10,-20) p2=point(1,-30) p3=point(30,-19) p4=point(30,-8) shape=polygon([p1,p2,p3,p4],fill="black") show(shape) p1=point(-20,-20) p2=point(-55,-10) p3=point(70,-19) p4=point(-55,-30) shape=polygon([p1,p2,p3,p4],stroke="green") #show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login