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
My_pookalam
By
Taslim
Run
c1 = color(r=255, g= 201, b=14) c2 = color(r=255, g=218, b=89) outer_circle = circle(r=150, fill="black") #outer layer outer_sublayer_01 = rectangle (w=209,h=209,fill="brown", stroke="brown") | repeat (15,rotate(50)) outer_sublayer_02 = rectangle (w=193,h=193,fill="red", stroke="red")|rotate(15) | repeat (15,rotate(50)) outer_sublayer_03 = rectangle (w=178,h=178,fill="orange", stroke="orange")|rotate(0) | repeat (15,rotate(50)) outer_sublayer_04 = rectangle (w=165,h=165,fill="yellow", stroke="yellow")|rotate(15) | repeat (15,rotate(50)) outer_sublayer_05 = rectangle (w=153,h=153,fill="white", stroke="white")|rotate(0) | repeat (15,rotate(50)) #middle layer middle_circle= circle(r=100, fill="black", stroke="black") middle_circle2= circle(r=95, fill="pink", stroke="pink") mr1 = rectangle (w=133,h=133,fill="red", stroke="red")|rotate(0) | repeat (3,rotate(120)) mc1 = rectangle (w=135,h=135,fill="yellow", stroke="yellow")|rotate(15) | repeat (3,rotate(120)) mc2 = rectangle (w=135,h=135,fill="purple", stroke="purple")|rotate(10) | repeat (3,rotate(120)) mc22 = rectangle (w=135,h=135,fill="purple", stroke="purple")|rotate(20) | repeat (3,rotate(120)) mc23 = rectangle (w=125,h=125,fill="violet", stroke="violet")|rotate(20) | repeat (3,rotate(120)) mc24 = rectangle (w=125,h=125,fill="violet", stroke="violet")|rotate(10) | repeat (3,rotate(120)) mcm = rectangle (w=135,h=135,fill="white", stroke="yellow")|rotate(0) | repeat (3,rotate(120)) mc3 = rectangle (w=125,h=125,fill="yellow", stroke="yellow")|rotate(0) | repeat (3,rotate(120)) mc32 = rectangle (w=115,h=115,fill=c1, stroke=c1)|rotate(0) | repeat (3,rotate(120)) mc33 = rectangle (w=105,h=105,fill="orange", stroke="orange")|rotate(0) | repeat (3,rotate(120)) mc34 = rectangle (w=95,h=95,fill="red", stroke="red")|rotate(0) | repeat (3,rotate(120)) mc35 = rectangle (w=85,h=85,fill="brown", stroke="brown")|rotate(0) | repeat (3,rotate(120)) #inner part ic1= circle(r= 40 , x=13, y= 0,fill="pink", stroke="pink")|repeat(5,rotate(72)) ic2= circle(r= 35 , x=13, y= 0,fill="purple", stroke="purple")|repeat(5,rotate(72)) ic23=circle(r= 30 , x=13, y= 0,fill=c2, stroke=c2)|repeat(5,rotate(72)) ir1 = rectangle (w=30,h=30,x=20,y=0,fill="green", stroke="green")|rotate(20) | repeat (20,rotate(50)) s1 = ellipse(h= 70, w=35,fill="white", stroke="yellow") s2 = s1 | rotate(45) s3 = s1 | rotate(90) s4 = s1 | rotate(135) s5 = ellipse(x=20, y=0, w=20 ,h=12, fill= "#d95471", stroke = '#d95471', stroke_width = 3) | repeat(9, rotate(45)) s6 = ellipse(x=12, y=0, w=20 ,h=15, fill= "#ff92ce", stroke = "#fff315") | repeat(9, rotate(45)) show(outer_circle, outer_sublayer_01,outer_sublayer_02, outer_sublayer_03,outer_sublayer_04, outer_sublayer_05, middle_circle,mcm, mc1,mc2, mc22) show(mc23, mc24, mc3, mc32,mc33,mc34,mc35) show(ic1,ic2,ic23,ir1) show(s1, s2, s3, s4,s5,s6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login