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
Sharingan
By
Shamil Mohamed
Run
s1=circle(r=50,fill='red',stroke_width=3) s2=circle(r=25,stroke_width=1) s3=circle(r=5,x=0,y=25,fill='black') s4=circle(r=5,x=20,y=-15,fill='black') s5=circle(r=5,x=-20,y=-15,fill='black') s6=circle(r=5,fill='black') p1=point(x=-4,y=28) p2=point(x=0,y=35) p3=point(x=0,y=21) s7=polygon([p1,p2,p3],fill='black') p4=point(x=24,y=-12) p5=point(x=30,y=-17) p6=point(x=24,y=-16) s8=polygon([p4,p5,p6],fill='black') p7=point(x=-24,y=-18) p8=point(x=-30,y=-12) p9=point(x=-22,y=-14) s9=polygon([p7,p8,p9],fill='black') s10=ellipse(fill='white') show(s10,s1,s2,s3,s4,s5,s6,s7,s8,s9)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login