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
hukku
Run
c = circle(r=10,fill="#000000") c1=circle(r=20,fill="#F36636") c2=circle(x=40,r=30,fill="red", stroke='white')| repeat(12, rotate(60)) r3 = rectangle(w=42, h=50, fill='#045768', stroke='white', x=40, y=-40)| repeat(6, rotate(60)) r4 = rectangle(w=50, h=60, fill='yellow', stroke='white', x=40, y=-40)| repeat(36, rotate(10)) r5 = rectangle(w=40, h=50, fill='black', stroke='white', x=40, y=-40)| repeat(36, rotate(10)) r6 = rectangle(w=70, h=80, fill='black', stroke='white', x=40, y=-40)| repeat(36, rotate(10)) r7 = rectangle(w=80, h=90, fill='yellow', stroke='white', x=40, y=-40)| repeat(36, rotate(10)) r8 = rectangle(w=90, h=100, fill='black', stroke='white', x=40, y=-40)| repeat(36, rotate(10)) c3= circle(r=125,fill="red") show(c3,r8,r7,r6,r4,r5,r3,c2,c1,c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login