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
2
🐦
By
Nikhil Krishna.k
Run
w1=point(0,-4) w2=point(-50,20) w3=point(20,10) w=polygon ([w1,w2,w3], fill='#ff9900',stroke='#ff9900') wr1=point(-50,20) wr2=point(5,17) wr3=point(20,10) wr=polygon ([wr1,wr2,wr3],fill='#ffcc00',stroke='#ffcc00') wl1=point(5,17) wl2=point(-20,30) wl3=point(-15,18) wl=polygon ([wl1,wl2,wl3], fill='#ff9900',stroke='#ff9900') a1=point(5,17) a2=point(8,30) a3=point(20,10) a=polygon([a1,a2,a3] ,fill='#ff8533',stroke='#ff8533') b1=point(8,30) b2=point(15,40) b3=point(20,10) b=polygon([b1,b2,b3] ,fill='#ff751a',stroke='#ff751a' ) c1=point(15,40) c2=point(25,40) c3=point(20,10) c=polygon([c1,c2,c3] ,fill='#ff0000',stroke='#ff0000') d1=point(25,40) d2=point(35,35) d3=point(20,10) d=polygon([d1,d2,d3],fill='#ff8533',stroke='#ff8533' ) ch1=point(20,10) ch2=point(31,29) ch3=point(22,-11) ch=polygon([ch1,ch2,ch3],fill='#2929a3',stroke='#2929a3') s1=point(20,10) s2=point(6,-22) s3=point(0,-4) s=polygon([s1,s2,s3],fill='#2929a3',stroke='#2929a3') be1=point(20,10) be2=point(6,-22) be3=point(22,-11) be=polygon([be1,be2,be3],fill='#00ccff',stroke='#00ccff') bu1=point(0,-4) bu2=point(6,-22) bu3=point(-25,-23) bu=polygon([bu1,bu2,bu3],fill='#00ccff',stroke='#00ccff') gt1=point(0,-4) gt2=point(-15,3.5) gt3=point(-25,-70) gt=polygon([gt1,gt2,gt3],fill='#39e600',stroke='#39e600') bt1=point(-15,3.5) bt2=point(-25,-70) bt3=point(-45,-65) bt=polygon([bt1,bt2,bt3],fill='#ff9900',stroke='#ff9900') ft1=point(-25,-70) ft2=point(-10,-67) ft3=point(-6,-22) ft=polygon([ft1,ft2,ft3],fill='#ff9900',stroke='#ff9900') ba1=point(-15,3.5) ba2=point(-45,-65) ba3=point(-32,-20) ba=polygon([ba1,ba2,ba3], fill='#ffcc00',stroke='#ffcc00') ul1=point(35,35) ul2=point(70,33) ul3=point(33,32) ul=polygon([ul1,ul2,ul3],fill='#331a00',stroke='#331a00') ll1=point(33,32) ll2=point(70,33) ll3=point(31,29) ll=polygon([ll1,ll2,ll3],fill='#663500',stroke='#663500') bird=w+wr+wl+a+b+c+d+ch+s+be+gt+bt+ft+ba+bu+ul+ll show(bird | scale(2))
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login