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
Avengers Assemble!
By
Alen Thomas
Run
#logo part1 a=point(-20,130) b=point(-145,-140) c=point(-95,-140) d=point(-45,-43) e=point(15,-43) f=point(15,-100) g=point(55,-100) h=point(45,130) #logo part 2 p=point(-15,55) q=point(15,55) r=point(15,-5) s=point(-35,-5) c1=circle(x=-20,y=0,r=125,fill="#800000") show(c1) c2=circle(x=-20,y=0,r=110,fill="white") show(c2) log=polygon([a,b,c,d,e,f,g,h],fill="black",stroke_width=2,stroke="white") show(log) p2=polygon([p,q,r,s],fill="white") show(p2) x1,y1=15,-5 x2,y2=-24,-10 line1=line(x1,y1,x2,y2,fill="white")
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login