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
pookolam-2023
By
Chaitanya Liz
Run
c6 = circle(r=132, fill="#D35400", stroke="none") c5 = circle(r=128, fill="#E67E22", stroke="none") c4 = circle(r=125, fill="#F9E79F", stroke="none") show(c6, c5, c4) q1 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(-7.5) q2 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(-22.5) q3 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(-37.5) q4 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(-52.7) q5 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(-67.5) q6 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(-82.7) q7 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(7.5) q8 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(22.5) q9 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(37.5) q10 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(52.7) q11 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(67.5) q12 = ellipse(h=249, w=80, fill="#F39C12", stroke="none") | rotate(82.7) show(q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12) c3 = ellipse(h=237, w=60, fill="#F1C40F", stroke="none") | repeat(12, rotate(-15)) c2 = circle(r=107, fill="#F1C40F", stroke="none") c1 = circle(r=105, fill="#F9E79F", stroke="none") show(c3, c2, c1) e9 = ellipse(h=200, w=100, fill="#7B241C", stroke="none") | repeat(6, rotate(-30)) show(e9) f2 = ellipse(h=180, w=70, fill="#A93226", stroke="none") | rotate(-15) f3 = ellipse(h=180, w=70, fill="#A93226", stroke="none") | rotate(-45) f4 = ellipse(h=180, w=70, fill="#A93226", stroke="none") | rotate(-75) f5 = ellipse(h=180, w=70, fill="#A93226", stroke="none") | rotate(15) f6 = ellipse(h=180, w=70, fill="#A93226", stroke="none") | rotate(45) f7 = ellipse(h=180, w=70, fill="#A93226", stroke="none") | rotate(75) show(f2, f3, f4, f5, f6, f7) e8 = ellipse(h=150, w=45, fill="#D35400", stroke="none") | repeat(6, rotate(-30)) show(e8) e2 = ellipse(h=120, w=45, fill="#E67E22", stroke="none") | rotate(-15) e3 = ellipse(h=120, w=45, fill="#E67E22", stroke="none") | rotate(-45) e4 = ellipse(h=120, w=45, fill="#E67E22", stroke="none") | rotate(-75) e5 = ellipse(h=120, w=45, fill="#E67E22", stroke="none") | rotate(15) e6 = ellipse(h=120, w=45, fill="#E67E22", stroke="none") | rotate(45) e7 = ellipse(h=120, w=45, fill="#E67E22", stroke="none") | rotate(75) show(e2, e3, e4, e5, e6, e7) e1 = ellipse(h=100, w=30, fill="#F1C40F", stroke="none") | repeat(6, rotate(-30)) show(e1) g2 = ellipse(h=75, w=20, fill="#F9E79F", stroke="none") | rotate(-15) g3 = ellipse(h=75, w=20, fill="#F9E79F", stroke="none") | rotate(-45) g4 = ellipse(h=75, w=20, fill="#F9E79F", stroke="none") | rotate(-75) g5 = ellipse(h=75, w=20, fill="#F9E79F", stroke="none") | rotate(15) g6 = ellipse(h=75, w=20, fill="#F9E79F", stroke="none") | rotate(45) g7 = ellipse(h=75, w=20, fill="#F9E79F", stroke="none") | rotate(75) show(g2, g3, g4, g5, g6, g7) l1 = ellipse(h=30, w=7, fill="#E67E22", stroke="none") | repeat(6, rotate(-30)) l2 = ellipse(h=15, w=3, fill="#F1C40F", stroke="none") | repeat(6, rotate(-30)) l3 = ellipse(h=7, w=2, fill="#F9E79F", stroke="none") | repeat(6, rotate(-30)) show(l1, l2, l3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login