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
Pookkalam
By
Mohammad Saifuddin
Run
c7 = circle(r=30) p1 = point(x=-35 , y=0) p2 = point(x=0 , y=0) p3 = point(x=0 , y=80) p4 = point(x=0 , y=0) p5 = point(x=35 , y=0) p6 = point(x=0 , y=80) shape1=polygon([p1,p2,p3],fill="#9ACD32") s1= shape1 | rotate(90) shape2=polygon([p4,p5,p6],fill="#006400") s2= shape2 | rotate(90) shape3=polygon([p1,p2,p3],fill="#9ACD32") s3 = shape3 |rotate(-90) shape4=polygon([p4,p5,p6],fill="#006400") s4= shape4 | rotate(-90) shape5=polygon([p1,p2,p3],fill="#9ACD32") s5 = shape5 |rotate(-32) shape6=polygon([p4,p5,p6],fill="#006400") s6= shape6 | rotate(-32) shape7=polygon([p1,p2,p3],fill="#9ACD32") s7= shape7 | rotate(32) shape8=polygon([p4,p5,p6],fill="#006400") s8= shape8 | rotate(32) shape9=polygon([p1,p2,p3],fill="#9ACD32") s9 = shape9 |rotate(-150) shape10=polygon([p4,p5,p6],fill="#006400") s10= shape10 | rotate(-150) shape11=polygon([p1,p2,p3],fill="#9ACD32") s11= shape11 | rotate(150) shape12=polygon([p4,p5,p6],fill="#006400") s12= shape12 | rotate(150) c5 = circle(r=150) c4 = circle(r=40,fill="#FFD700",stroke_width="4") c3 = circle(r=30,fill="#9ACD32",stroke="none") c2 = circle(r=20,fill="white",stroke="none") c1 = circle(r=10,fill="#006400",stroke="none") show(c7,s11,s12,s10,s9,s8,s7,s6,s5,s4,s3,s2,s1,c5,c4,c3,c2,c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login