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
Monkey
By
Nasmanul faris
Run
c = circle(fill="#eca20c") #mouth e1 = ellipse(x=0, y=-50, h=30, w=80) e2 = ellipse(x=0, y=-56, h=10, w=40, fill="white") #ears c1 = circle(x=125, y= 0, r=25, fill="#eca20c") c2 = circle(x=-125, y= 0, r=25, fill="#eca20c") c11 = circle(x=125, y= 0, r=12, fill="#f6cd8b") c22 = circle(x=-125, y= 0, r=12, fill="#f6cd8b") #eyes c3 = circle(x=40, y=30, r=25, fill="black") c4 = circle(x=-40, y=30, r=25, fill="black") c5 = circle(x=40, y=27, r=10, fill="white") c6 = circle(x=-40, y=27, r=10, fill="white") #body e3 = ellipse(x=0, y=-150, h=100, w=200, fill="#eca20c") e4 = ellipse(x=0, y=-150, h=50, w=100, fill="#f6cd8b") s1= rectangle(x=0, y=110, h=20, w=4, fill="black") s2= rectangle(y=-8, h=10, w=10, fill="black") #bg r1 = rectangle(h=300, w=300, fill="white") show(r1, c, e1, e2, c1, c2, c3, s2, c4, c5, c6, e3, e4, c11, c22, s1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login