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
kavya p
Run
c1 = circle(r=100,stroke="none",fill="black") c2 = circle(r=93,stroke="none",fill="black") c3 = circle(r=50,stroke="purple",fill="green",stroke_width=5) | translate(y = 40) | repeat(6, rotate(60)) c4 = circle(r=60,stroke="green",fill="red",stroke_width=5) r1 = rectangle(l=25,w=25,stroke="none",fill="black") | translate(y=7) | repeat(8,rotate(45)) c5 = circle(r=45,stroke="none",fill="violet") c6 = circle(r=37,stroke="none",fill="red") c7 = circle(r=20,stroke="none",fill="red") | translate(y=10) | repeat(4,rotate(90)) c8 = circle(r=23,stroke="white",fill="yellow") c9 = circle(r=18,stroke="white",fill="red") c10 = circle(r=15,stroke="white",fill="green") show(c1+c2+c3+c4+r1+c5+c6+c7+c8+c9+c10)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login