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='#BE6DB7',stroke='none') show(c) #outer portion c=circle(r=143,fill='#FDD36A',stroke='none') show(c) shape = rectangle(w=200, h=200,fill='#DC8449',stroke='red',stroke_width=2) | repeat(10, rotate(10)) sh = rectangle(w=200, h=200,fill='green',stroke='none') | rotate(25.5)|repeat(20, rotate(10)) sha = rectangle(w=200, h=200,fill='#79155B',stroke='none') | rotate(55.5)|repeat(5, rotate(20)) shap = rectangle(w=200, h=200,fill='#F6635C',stroke='none') | rotate(55.7)|repeat(10, rotate(30)) w= rectangle(w=190, h=190,fill='#9D3C72',stroke='none') | rotate(55.7)|repeat(10, rotate(30)) show(shape) show(sh,sha,shap,w) #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='#C04A82',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='#FFBA86',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='#C23373') | repeat(3, rotate(60)) show(shape) shape = ellipse(w=10,h=90,fill='#C23373') |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='#C23373',stroke='none') | repeat(3, rotate(60)) show(shape) shape = ellipse(w=5,h=40,fill='#C23373',stroke='none') |rotate(30)| repeat(3, rotate(60)) show(shape) in2=circle( r=5,fill='#F6635C',stroke='none') show(in2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login