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
3
catharsis
By
Aysha PS
Run
#the mask we all wear c = circle(r=125, fill='#8c8c8c', stroke_width=3) z1= line(y1=0,y2=0, x1=125,x2=-125) | rotate(90) p1 = point(x=0, y=125) p2 = point(x=0, y=-125) p3 = point(x=125, y=0) p4=point(x=62,y=106) p5=point(x=31,y=122) p10=point(x=35,y=-120) p11=point(x=65,y=-105) p12=point(x=92,y=-85) p13=point(x=115,y=-50) p7=point(x=102,y=75) shape1 = polygon([p1, p2, p3,p4,p5],fill='black') shape11=polygon([p2,p10,p11,p12,p3],fill='black') shape12=polygon([p3,p12,p13],fill='black') p6=point(x=105,y=65) shape2 = polygon([p3,p6,p4],fill='black') shape3= polygon([p7,p6,p4], fill='black') z2=line(x1=106,y1=65,x2=125,y2=0 , stroke_width=5) show(c,z1,shape1,shape2,z2,shape3,shape11,shape12) s1=ellipse(x=0,y=-35,w=180,h=50,stroke_width=4.5) s2=ellipse(x=0,y=-48,w=180,h=50,stroke_width=4.5,stroke='#8c8c8c') r1=rectangle(x=45,y=-63,w=90,h=40,fill='black') r2=rectangle(x=-45,y=13,w=90,h=90,fill='#8c8c8c',stroke='none') show(s1,s2,r1,r2) e1= ellipse(w=25,h=40,x=-50,y=50,fill='black') e2= ellipse(w=25,h=40,x=50,y=50,fill='#8c8c8c') show(e1,e2) c4=circle(r=13, fill='red', x=50, y=-2) p21=point(x=50,y=22) p22=point(x=59,y=7) p23=point(x=41,y=7) shape19=polygon([p21,p22,p23],fill='red',stroke='none') show(c4,shape19)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login