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
Onam Pookkalam
By
Jamie Jacob
Run
c = circle(r=120,fill='#ffb7c3',stroke='#FFFF9C') color = 'white' c1 = ellipse(w=230,h=70,fill=color,stroke='none') c1 = c1 | repeat(15,rotate(20)) c2 = ellipse(w=210,h=70,fill='#d90368',stroke='none') c2 = c2 | repeat(15,rotate(20)) #c2=circle(r=100,fill='#d90368',stroke='none') c3 = ellipse(w=10,h=40,fill=' #ffff99',stroke='none') c3 = c3 | repeat(4,rotate(45)) p1=point(x=-1, y=-1) p2=point(x=-23, y=99.3) p3=point(x=23, y=99.3) c4=circle(r=5,y=44,x=78,fill='#ffff99',stroke_width=0) c5=c4|repeat(10,rotate(40)) c6=circle(r=4,y=44,x=58,fill='#ffffb3',stroke_width=0) c6=c6|repeat(10,rotate(40)) c7=circle(r=3,y=44,x=38,fill='#ffffcc',stroke_width=0)|repeat(9,rotate(40)) c8=circle(r=2,y=44,x=18,fill='#ffffcc',stroke_width=0)|repeat(9,rotate(40)) c9=circle(r=1.5,y=40,x=10,fill='#ffb7c3',stroke_width=0)|repeat(9,rotate(40)) c10=circle(r=8,y=14,x=85,fill='#ffb7c3',stroke_width=0)|repeat(10,rotate(40)) c11 = ellipse(x=30,y=10,w=5,h=10,fill='#ffffcc',stroke='none') c11 = c11 | repeat(10,rotate(45)) show(c,c1,c2,c3,c5,c6,c7,c9,c10,c11)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login