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
pookalam
By
midhun shaji
Run
c=circle(r=150,fill='gold',stroke='none') show(c) #outer portion c=circle(r=143,fill='#A64B2A',stroke='none') show(c) shape = rectangle(w=200, h=200,fill='#C38154',stroke='red',stroke_width=2) | repeat(10, rotate(10)) sh = rectangle(w=200, h=200,fill='green',stroke='none') | rotate(25.5)|repeat(10, rotate(10)) sha = rectangle(w=200, h=200,fill='crimson',stroke='none') | rotate(55.5)|repeat(5, rotate(20)) shap = rectangle(w=200, h=200,fill='orange',stroke='none') | rotate(55.7)|repeat(5, rotate(30)) show(shape) show(sh,sha,shap) #middle c=circle(r=114,fill='red',stroke='green') show(c) c=circle(r=100,fill='black',stroke='none') show(c) s = circle(x=85, y=0, r=10,fill='#ED5107',stroke='green',stroke_width=2) s1 = s | repeat(20, scale(0.85)) s2 = s1 | repeat(36, rotate(10)) show(s2) c2=circle(r=68,fill='red',stroke='none') show(c2) #inner portion c3=circle(r=60,fill='gold',stroke='none') show(c3) l=line(x1=0,y1=38,x2=0,y2=59,stroke='red') l2=l|repeat(36,rotate(10)) show(l2) c4=circle(r=38,fill='red',stroke='red') show(c4) ss= rectangle(x=50, y=0, w=25, h=25,stroke='green') #s = circle(x=140, y=0, r=10) ss1 = ss | repeat(20, scale(0.85)) ss2 = ss1 | repeat(36, rotate(10)) show(ss2) in1=circle( r=45,fill='#E9A178',stroke='none') show(in1) shape = ellipse(w=10,h=90,fill='orange') | repeat(3, rotate(60)) show(shape) shape = ellipse(w=10,h=90,fill='orange') |rotate(30)| repeat(3, rotate(60)) show(shape) in2=circle( r=15,fill='maroon',stroke='none') show(in2) shape = ellipse(w=5,h=40,fill='orange',stroke='none') | repeat(3, rotate(60)) show(shape) shape = ellipse(w=5,h=40,fill='orange') |rotate(30)| repeat(3, rotate(60)) show(shape) in2=circle( r=5,fill='maroon',stroke='none') show(in2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login