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
Aishwarya T S
Run
c1 = circle(r=15,fill='yellow',stroke='none') c2=circle(r=10,x=15,y=15,fill='red',stroke='none')|repeat(15,rotate(30)) c3=circle(r=50,fill='orange',stroke='green',stroke_width=5) c4=circle(r=30,x=45,y=45,fill='red',stroke='none')+circle(x=45,y=45,r=10,fill='green')|repeat(9,rotate(40)) c5=circle(r=96,fill='blue') r1=rectangle(w=160,h=160,stroke='yellow',stroke_width=5) r2=r1|rotate(60) r3=r1|rotate(120) r4=r1|rotate(180) c6=circle(r=115,fill='violet',stroke='none') l1 = rectangle(w=200, h=200,fill='orange',stroke='none') | repeat(10, rotate(10)) l2=rectangle(w=175,h=175,fill='red',stroke='none')|repeat(18,rotate(10)) l3=rectangle(w=185,h=185,fill='green',stroke='none') l4=l3|rotate(15) l5=l4|repeat(18,rotate(10)) show(l1,l5,l2,c6,r2,r3,r4,c5,c4,c3,c2,c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login