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
1
I'M IRON MAN
By
Nikhil Krishna.k
Run
c = circle(r=70,y=70,fill='#800000',stroke='#800000') p1=point(-50,100) p2=point(-26.5,110) p3=point(-15,50) p4=point(15,50) p5=point(26.5,110) p6=point(60,100) p7=point(50,20) p8=point(60,10) p9=point(55,5) p10=point(25,-60) p11=point(35,-70) p12=point(18,-80) p13=point(5,-80) p14=point(5,-76) p15=point(-5,-76) p16=point(-5,-80) p17=point(-18,-80) p18=point(-35,-70) p19=point(-25,-60) p20=point(-55,5) p21=point(-60,10) p22=point(-50,20) p23=point(-60,100) p=polygon([p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20,p21,p22,p23],fill='yellow',stroke='yellow') e1=Ellipse(width=36,height=20,fill='yellow',center=Point(x=14.5,y=111),stroke='yellow') e2=Ellipse(width=36,height=20,fill='yellow',center=Point(x=-14.5,y=111),stroke='yellow') le1=point(-40,20) le2=point(-45,15) le3=point(-38,5) le4=point(-10,3) le5=point(-8,9) le=polygon([le1,le2,le3,le4,le5],fill='#3d3d5c',stroke='#3d3d5c') re1=point(40,20) re2=point(45,15) re3=point(38,5) re4=point(10,3) re5=point(8,9) re=polygon([re1,re2,re3,re4,re5],fill='#3d3d5c',stroke='#3d3d5c') l1=line(x1=-8,y1=9,x2=8,y2=9,stroke='#3d3d5c') m1=point(-25,-60) m2=point(-17,-65) m3=point(-14,-60) m4=point(14,-60) m5=point(17,-65) m6=point(25,-60) m7=point(17,-67) m8=point(13,-62) m9=point(-13,-62) m10=point(-17,-67) m=polygon([m1,m2,m3,m4,m5,m6,m7,m8,m9,m10],fill='#3d3d5c',stroke='#3d3d5c') lr1=point(-35,18) lr2=point(-42,15) lr3=point(-35,8) lr4=point(-13,7) lr5=point(-10,10) lr=polygon([lr1,lr2,lr3,lr4,lr5],fill='#80b3ff',stroke='#80b3ff') ll1=point(35,18) ll2=point(42,15) ll3=point(35,8) ll4=point(13,7) ll5=point(10,10) ll=polygon([ll1,ll2,ll3,ll4,ll5],fill='#80b3ff',stroke='#80b3ff') tr=Rectangle (center=Point(x=42,y=50),width=30,height=50,fill='#800000',stroke='#800000') tl=Rectangle (center=Point(x=-42,y=50),width=30,height=50,fill='#800000',stroke='#800000') cr1=point(-55,4) cr2=point(-52,-40) cr3=point(-35,-70) cr4=point(-30,-65) cr5=point (-50,-4) cr=polygon ([cr1,cr2,cr3,cr4,cr5],fill='#800000',stroke='#800000') cl1=point(55,4) cl2=point(52,-40) cl3=point(35,-70) cl4=point(30,-65) cl5=point (50,-4) cl=polygon ([cl1,cl2,cl3,cl4,cl5],fill='#800000',stroke='#800000') b1=point(-18,-80) b2=point(-14,-85) b3=point(16,-85) b4=point(20,-80) b5=point(5,-80) b6=point(5,-76) b7=point(-5,-76) b8=point(-5,-80) b=polygon([b1,b2,b3,b4,b5,b6,b7,b8],fill='#800000', stroke='#800000') cu=circle(r=45,y=-30,fill='#3d3d53',stroke='#3d3d53') rcr=Rectangle(center=Point(x=60.5,y=96),width=2, height=14,fill='#800000',stroke='#800000') rcl=Rectangle(center=Point(x=-60.5,y=96), width=2, height=14,fill='#800000',stroke='#800000') show(c,cu,tr | rotate(-13),tl | rotate (13),p,e1 | rotate(30),e2 | rotate(-30),le,re,l1,m,lr,ll,cr,cl,b,rcr,rcl)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login