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
New Sketch
By
Aysha PS
Run
#bg bg=rectangle(w=300,h=300,fill="skyblue") show(bg) #tail,c1 z1=line(x1=75,y1=0,x2=110,y2=60,stroke_width=15) z2=line(x1=75,y1=15,x2=145,y2=25,stroke_width=15) z3=line(x1=85,y1=10,x2=130,y2=-10,stroke_width=15) show(z1,z2,z3) s2 = ellipse(w=20,h=80,x=-30,y=100,fill="#e60000",stroke_width=2) | rotate(340) s3 = ellipse(w=20,h=80,x=-78,y=45,fill="#e60000",stroke_width=2) | rotate(280) c1 = circle(r=20,x=-57,y=10,fill="white",stroke_width=2.5) s1 = ellipse(w=200,h=170,fill="#e60000",stroke_width=2) | rotate(7) c2 = circle(r=20,x=-20,y=10,fill="white",stroke_width=2) c3 = circle(r=7.5,x=-53,y=10,fill="black") c4 = circle(r=7.5,x=-25.5,y=10,fill="black") s4 = ellipse(w=200,h=135,x=0,y=-125,fill="AntiqueWhite") show(s3,s2,s1,c1,c2,c3,c4,s4) p1=point(-3,-27) p2=point(-40,-1) p3=point(-70,-23.5) p4=point(-75,-32) p5=point(-40,-60) shape=polygon([p1,p2,p3,p4,p5],stroke_width=2,fill="gold") show(shape) p1=point(-75,35) p2=point(-78,25) p3=point(0,25) p4=point(-1,38) p5=point(-40,30) shape=polygon([p1,p2,p3,p4,p5],stroke_width=2,fill="black") show(shape) #smile z1= line(x1=-77,y1=-30,x2=-35,y2=-39,stroke_width=2) z2= line(x1=-35,y1=-39,x2=-5,y2=-25,stroke_width=2) show(z1,z2) #uddaaayip r1=rectangle(w=400,h=362,x=0,y=-263,fill="green",stroke="white") c4=circle(r=14,x=-78,y=-75,fill="skyblue",stroke="skyblue") c5=circle(r=14,x=78,y=-75,fill="skyblue",stroke="skyblue") s1 = ellipse(w=200,h=170) show(r1,c4,c5,s1) #ground gr1=circle(r=198,x=-123,y=-259.2,fill="green") gr2=circle(r=198,x=-20,y=-281,fill="green") gr3=circle(r=198,x=123,y=-259.2,fill="green") show(gr1,gr3,gr2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login