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
Pookkalam
By
Binil Biju
Run
c1 = circle(r=150,fill="#003a26") c2 = circle(r=120,fill="#ff5d00") r2= rectangle(w=200,h=200,fill="#129cff")|repeat(21,rotate(33)) r5= rectangle(w=190,h=190,fill="red")|repeat(21,rotate(33)) r3= rectangle(w=25,h=25,fill="yellow")|repeat(5,rotate(60)) c3= circle(r=12.5,fill="brown") r4= rectangle(w=12.5,h=12.5,fill="orange")|repeat(5,rotate(60)) c4=circle(r=6.25,fill="cyan") c5=circle(r=3,fill="red") e2=ellipse(stroke="black") | repeat(18, rotate(45)) shapes= c1+r2+r3+c3+r4+c4+c5+r5+c2 show(shapes) r51 = rectangle(w=80,h=180,fill="orange",stroke='orange')|repeat(36,rotate(10)) c6 = circle(x=50,y=-50,r=50,fill="#129cff",stroke='#129cff')|repeat(10,rotate(-45)) c7 = circle(x=50,y=-50,r=40,fill="#8c0576",stroke='#8c0576')|repeat(10,rotate(-45)) cb = circle(x=50,y=-50,r=36,fill="white",stroke='#white')|repeat(10,rotate(-45)) r61 = rectangle(w=50,h=150,fill="yellow",stroke='yellow')|repeat(36,rotate(15)) r3 = rectangle(w=40,h=140,fill="orange",stroke='orange')|repeat(36,rotate(10)) c8 = circle(r=90,fill="#da251c",stroke='red') r4 = rectangle(w=128,h=128,fill="orange",stroke='orange') r5 = rectangle(w=128,h=128,fill="orange",stroke='orange',)| rotate(45) r6 = rectangle(w=110,h=110,fill="yellow",stroke='yellow') r7 = rectangle(w=110,h=110,fill="#0d261d",stroke='#0d261d',)| rotate(45) r8 = rectangle(w=90,h=90,fill="white",stroke='white') r9 = rectangle(w=90,h=90,fill="white",stroke='white',)| rotate(45) r10 = rectangle(w=70,h=70,fill="#129cff",stroke='#129cff') r11 = rectangle(w=70,h=70,fill="violet",stroke='violet',)| rotate(45) show(r51,c6,c7,cb,r61,r3,e2,c8,r4,r5,r6,r7,r8,r9,r10,r11) c2=circle(r=30,fill="green") show(c2) e1=ellipse(w=30,h=17,x=20,y=0,stroke='#9e0808',stroke_width=3,fill="#f4ff59") | rotate(22.5) petal=e1 | repeat(9, rotate(45)) show(petal) r3 = rectangle(w=35,h=35,fill="orange",stroke='orange')|repeat(10,rotate(20)) show(r3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login