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
robot fingers
By
Aysha PS
Run
#thumb s11=ellipse(w=13,h=46,x=20.5,y=16,fill="#f0f0f5",stroke="#b3b3cc") | rotate(345) s12 = ellipse(w=10,h=16.8,x=22,y=40,fill="#d1d1e0",stroke="#b3b3cc") | rotate(347) show(s11,s12) #forefinger s1 = ellipse(w=13,h=45,x=0,y=25,fill="#f0f0f5",stroke="#b3b3cc") | rotate(350) s2 = ellipse(w=12.5,h=45,x=0,y=50,fill="#f0f0f5",stroke="#b3b3cc") | rotate(347) s3 = ellipse(w=10,h=20,x=0,y=70,fill="#d1d1e0",stroke="#b3b3cc") | rotate(347) show(s1,s2,s3) #littlefinger s9= ellipse(w=12,h=25.5,x=-41,y=16,fill="#f0f0f5",stroke="#b3b3cc") s10= ellipse(w=20,h=12.5,x=-35,y=31.5,fill="#f0f0f5",stroke="#b3b3cc") show(s9,s10) #ringfinger s7=ellipse(w=12.5,h=43,x=-27.5,y=25,fill="#f0f0f5",stroke="#b3b3cc") s8= ellipse(w=23,h=12.5,x=-22.5,y=47,fill="#f0f0f5",stroke="#b3b3cc") show(s7,s8) #middlefinger s4 = ellipse(w=13,h=45,x=-9,y=27,fill="#f0f0f5",stroke="#b3b3cc") | rotate(5) s5 = ellipse(w=12,h=37.2,x=-20,y=50,fill="#f0f0f5",stroke="#b3b3cc") | rotate(347) s6 = ellipse(w=9.5,h=18.5,x=-30,y=60,fill="#d1d1e0",stroke="#b3b3cc") | rotate(335) show(s4,s5,s6) #hand c1 = circle(r=27,x=-15,y=-21,fill="#f0f0f5",stroke="#f0f0f5") c2 = circle(r=27,x=-9,y=-21,fill="#f0f0f5",stroke="#f0f0f5") c3 = circle(r=7,x=-40,y=0,fill="#f0f0f5",stroke="#f0f0f5") c4 = circle(r=27,x=-19,y=-21,fill="#f0f0f5",stroke="#f0f0f5") c5 = circle(r=7,x=-40,y=10,fill="#f0f0f5",stroke="#f0f0f5") show(c1,c2,c3,c4,c5) #beneath_palm p1 = point(x=-40, y=-25) p2 = point(x=-50, y=-90) p3 = point(x=-15, y=-88) p4 = point(x=-0, y=-45) shape = polygon([p1, p2, p3,p4],fill="#f0f0f5",stroke="#f0f0f5") show(shape) #fill_in_spaces_to_be_filled c6 = circle(r=7,x=-38.5,y=0,fill="#f0f0f5",stroke="#f0f0f5") c7 = circle(r=7,x=-28,y=0,fill="#f0f0f5",stroke="#f0f0f5") c8 = circle(r=7,x=15.5,y=-10,fill="#f0f0f5",stroke="#f0f0f5") show(c6,c7,c8)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login