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
Sarang Raj K M
Run
e1= ellipse(x=52,w=104,h=70,fill='#fcfc12',stroke='none') e2= e1 | repeat(8, rotate(45)) show(e2) ellipse1 = ellipse(w=100,h=100/3,fill="orange",x=-50) | repeat(10, rotate(36)) show(ellipse1) c1=circle(r=31, fill="green") c2=circle(r=20, fill="red") y=combine([c1,c2]) show(y) c3=circle(r=105,stroke="brown") show(c3) c4=circle(r=110,stroke="#612a08") show(c4) c5=circle(r=115,stroke="#3d1a05") show(c5) c6=circle(r=120,stroke="#2b1204") show(c6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login