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
Angry bird
By
Athira Radhakrishnan M
Run
c = circle(r=120,y=-20,fill='yellow') l=polygon([point(-118, 0), point(-115, 18), point(-70, 5),point(-70,0),point(-70,5), point(-20,18),point(-20,0),point(-65,0)],fill='black') eye=circle(r=20,x=-92, y=-10,fill='white')+circle(r=20, x=-51, y=-11, fill='white' )+circle(r=8, x=-85, y=-15, fill='black')+circle(r=8, x=-58, y=-15, fill='black') wings=(ellipse(w=20, h=60,y=105,x=13,fill='black')|rotate(-10))+(ellipse(w=20, h=60, y=100, x=-3,fill='black' )|rotate(-30)) tail=polygon([point(119,0),point(114,20),point(140,40),point(141,25),point(119,10),point(145,10),point(145,-10),point(120,-10),point(121,-25),point(145,-30),point(143,-18),point(120,-10)],fill='black') mouth=polygon([point(-110, -50), point(-50,-50) , point(-72, -19)],fill='black')+polygon([point(-100, -52), point(-50, -52), point(-75, -75) ],fill='black') show(wings,c,eye, l,tail,mouth )
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login