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
New Sketch
By
Prabanj K
Run
c1 = circle(r=146,fill='#FF0000',stroke="#8aff05", stroke_width=5,) c2 = circle(r=135,fill='#FFFF00') c3 = circle(r=125,fill='#00001A') r1 = rectangle(w=200, h=200, fill="#FFFFFF",stroke="none")| repeat(16, rotate(60)) r1 = r1 | rotate (45) show(c1+c2+c3+r1) c4 = circle(x=28, y=0, r=28, fill="black",stroke="none") | repeat(24, rotate(30)) c5 = circle(x=20, y=0, r=20, fill='white',stroke="none") | repeat(24, rotate(30)) show(c4+c5) c7 = circle(x=15, y=0, r=15,stroke="red") | repeat(24, rotate(30)) c8 = circle(r=5, fill="purple",stroke="none") show(c7+c8)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login