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
3
jerry mouse
By
Meenakshy H R
Run
c = circle(y=25,r=50,fill="#CD7F32") e1 = ellipse(w=60,h=90,x=50,y=100,fill="#CD7F32") e2 = e1|scale(x=-1) ear1 = ellipse(x=50,y=94,w=60,h=75,fill="#ffb6c1") ear2 = ear1|scale(x=-1) stom = ellipse(x=0,y=-75,h=100,w=80,fill="#CD7F32") s = ellipse(x=0,y=-75,h=80,w=60,fill="#E1C16E") p1 = point(x=33,y=-50) p2 = point(x=100,y=-50) p3 = point(x=43,y=-75) hand1 = polygon([p1,p2,p3],fill="#CD7F32") hand2 = hand1|scale(x=-1) leg1 = rectangle(x=45,y=-120,h=50,w=20,fill="#CD7F32") leg2 = leg1|scale(x=-1) eye1 = ellipse(x=25,y=25,h=40,w=20,fill="white") + ellipse(x=25,y=15,h=25,w=18,fill="black") eye2 = eye1|scale(x=-1) mouth = ellipse(y=-5,w=60,h=10,fill="#E1C16E") whisker1 = line(x1=30,y1=0,x2=75,y2=25)+line(x1=30,y1=0,x2=75,y2=0)+line(x1=30,y1=0,x2=75,y2=-25) whisker2 = whisker1|scale(-1) nose = circle(y=20,r=5,fill="black") show(c,e1,e2,ear1,ear2,stom,s,hand1,hand2,leg1,leg2,eye1,eye2,mouth,nose,whisker1,whisker2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login