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
Trial Pookalam
By
Shimil Shaji Abraham
Run
c = circle(r=100,fill='#ff6d00',stroke='red',stroke_width=3) color = 'white' c1 = rectangle(w=141.4,h=141.4,fill=color,stroke='none') c1 = c1 | rotate(45) | repeat(4,rotate(22.5)) size = 120 c2 = rectangle(w=size,h=size,fill='#ffff00',stroke='none') c2 = c2 | repeat(4,rotate(22.5)) c2 = c2 | rotate(11.25) size = 100 c3 = rectangle(w=size,h=size,fill='#ff6d00',stroke='none') c3 = c3 | repeat(4,rotate(22.5)) size = 80 c4 = rectangle(w=size,h=size,fill='red',stroke='none') c4 = c4 | repeat(4,rotate(22.5)) c4 = c4 | rotate(11.25) c5 = circle(r=46,fill='green',stroke='none') size = 60 c6 = rectangle(w=size,h=size,fill='white',stroke='none') c6 = c6 | repeat(3,rotate(30)) size = 45 c7 = rectangle(w=size,h=size,fill='#ff4081',stroke='none') c7 = c7 | repeat(3,rotate(30)) c8 = circle(r=20,fill='yellow',stroke='none') c9 = circle(r=15,fill='green',stroke='none') show(c,c1,c2,c3,c4,c5,c6,c7,c8,c9)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login