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
Pookalam🌼
By
Anjana J S
Run
c1 = circle(r=149, fill="black") r1 = rectangle(w=200, h=200, fill="#800000", stroke="none")|repeat(15,rotate(20)) r2 = rectangle(w=180, h=180, fill="red", stroke="none")|rotate(5)|repeat(15,rotate(20)) r3 = rectangle(w=160, h=160, fill="#ff6700", stroke="none")|repeat(15, rotate(20)) r4 = rectangle(w=140, h=140, fill="#fcd12a", stroke="none")|rotate(5)|repeat(15, rotate(20)) r5 = rectangle(w=120, h=120, fill="#fffdd0", stroke="none")|repeat(15, rotate(20)) c2 = circle(r=70, fill="#006400", stroke="none") r6 = rectangle(w=80, h=80, fill="#5c1449", stroke="none")| repeat(3, rotate(60)) r7 = rectangle(w=80, h=80, fill="#951c4d", stroke="none")| rotate(45)| repeat(3, rotate(120)) z = ellipse(w=15, h=45, fill="#39377a", stroke="39377a")| repeat(8, rotate(30)) z1 = z| scale(0.75) z2 = z| scale(0.5) z3 = z| scale(0.25) z4 = z| scale(0.1) z5 = z| scale(0.05) z6 = z| scale(0.025) c3 = circle(r=45, fill="#ffa600", stroke="none") c4 = circle(r=40, a=0.5, fill="#ffa600", stroke="none") show(c1, r1, r2, r3, r4,r5, c2, r6, r7, c3, z, z1, z2, z3, z4, z5, z6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login