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
njaaana doraaa..yaaaaa
By
Aysha PS
Run
s2=ellipse(w=300,h=186,x=0,y=50,fill="brown",stroke="brown") | rotate(15) s3=ellipse(w=270,h=105,x=0,y=15,fill="black") | rotate(15) show(s2,s3) s1=ellipse(w=200,h=150,x=0,y=30,fill="BurlyWood",stroke="BurlyWood") | rotate(15) show(s1) #cocoroach komb p1=point(x=-40,y=140) p2=point(x=-20,y=135) p3=point(x=1,y=150) shape=polygon([p1,p2,p3],fill="white",stroke="white") show(shape) z1=line(x1=-20,y1=136,x2=-30,y2=149,stroke_width=2.5) z2=line(x1=-20,y1=136,x2=-12,y2=150,stroke_width=2.5) show(z1,z2) #haircut p1=point(-60,97) p2=point(-36,60) p3=point(20,76) p4=point(30,115) shape=polygon([p1,p2,p3,p4],fill="brown",stroke="brown") show(shape) p1=point(-60,97) p2=point(-50,52) p3=point(-90,34) p4=point(-105,75) shape=polygon([p1,p2,p3,p4],fill="brown",stroke="brown") show(shape) p1=point(30,108) p2=point(40,72) p3=point(65,77) p4=point(70,100) shape=polygon([p1,p2,p3,p4],fill="brown",stroke="brown") show(shape) #smile z1=line(x1=-15,y1=-15,x2=-1,y2=-17,stroke="DarkRed",stroke_width=2.5) z2=line(x1=-1,y1=-17,x2=5,y2=-13.5,stroke="DarkRed",stroke_width=2.5) z3=line(x1=5,y1=-13,x2=8.5,y2=-8,stroke="DarkRed",stroke_width=2.5) z4=line(x1=8.5,y1=-8,x2=9.5,y2=-4,stroke="DarkRed",stroke_width=2.5) show(z1,z2,z3,z4) #smilewrinkles z1=line(x1=-6,y1=-25,x2=-1,y2=-27) z2=line(x1=-1,y1=-27,x2=5,y2=-23.5) z3=line(x1=5,y1=-23,x2=7.5,y2=-22) show(z1,z2,z3) #nose z1=line(x1=1.5,y1=28,x2=0,y2=20) z2=line(x1=0,y1=20,x2=-3.5,y2=20) show(z1,z2) #lefteyes s4=ellipse(w=42,h=32,x=-47,y=35,fill="white") | rotate(15) #eyeball c1=circle(r=14.5,x=-53.5,y=21.5,fill="GoldenRod") #iris c2=circle(r=6.8,x=-53.5,y=21.5,fill="black") show(s4,c1,c2) #righteyes s5=ellipse(w=42,h=32,x=47,y=37,fill="white") | rotate(15) #eyeball c1=circle(r=14.5,x=36.5,y=47.5,fill="GoldenRod") #iris c2=circle(r=6.8,x=36.5,y=47.5,fill="black") show(s5,c1,c2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login