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
Ash
Run
c = circle (r=5 , stroke='none',fill='orange') c1= circle (r=9,stroke='none', fill='yellow') el=ellipse (x=0,y=0,w=10, h=24,stroke='none',fill='pink') | repeat(7 ,rotate(25) ) el1=ellipse (x=0, y=0, w=50, h=25,fill='purple', stroke='none') | repeat (40 , rotate (45)) rec=rectangle (x=0, y=0 , h= 55, w=55,fill='pink', stroke='none') | repeat (5 , rotate (35)) c2= circle (r=45, stroke='none', fill='green') c3= circle (r=49 , fill='yellow', stroke='none') el2= ellipse (x=0, y=0, w=120, h=20, fill='orange', stroke='none') | repeat(7 , rotate (30)) c4=circle (r=62,fill='black', stroke='none') el3=ellipse(x=0,y=0,w=120 ,h=20,fill='white', stroke='none') | repeat (7, rotate (45) ) el4=ellipse(x=0,y=0,w=120, h=20 , fill='white', stroke='none') | repeat (7, rotate (75)) #el5=ellipse(x=0,y=0,w=120,h=20 ,fill='white', stroke='none') | repeat (7, rotate (50)) outer_circle=circle(r=100,fill='white') show(outer_circle,c4,el4, el3,el2,c3,c2,rec,el1,el,c1,c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login