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
Adithya Shaji E
Run
c1 = circle(x=50, y=0, r=90, fill="red") | repeat(24, rotate(30)) r1 = rectangle(w=190, h=190, fill="black",stroke="none") | repeat(12, rotate(60)) r1 = r1 | rotate (45) r2 = rectangle(w=155, h=155, fill="orange",stroke="none") | repeat(12, rotate(60)) r2 = r2 | rotate (90) r3 = rectangle(w=128, h=128, fill="yellow",stroke="none") | repeat(12, rotate(60)) r3 = r3 | rotate (45) r4 = rectangle(w=105, h=105, fill="white",stroke="none") | repeat(12, rotate(60)) r4 = r4 | rotate (90) c2 = circle(x=28, y=0, r=28, fill="orange",stroke="none") | repeat(24, rotate(30)) c3 = circle(x=20, y=0, r=20, fill="white",stroke="none") | repeat(24, rotate(30)) c4 = circle(x=18, y=0, r=18,stroke="red") | repeat(24, rotate(30)) c5 = circle(x=15, y=0, r=15,stroke="orange") | repeat(24, rotate(30)) c6 = circle(r=5, fill="purple",stroke="none") show(c1,r1,r2,r3,r4,c2,c3,c4,c5,c6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login