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
SIJI S IDICULA
Run
f=color(r=255, g=0, b=0) c0=circle(r=10,fill="green") c1=circle(r=25, fill="yellow") c4=c1 | scale(2) c2=ellipse(fill=f) | repeat(10,rotate(30)) c3=circle(r=100, fill="blue") show(c3,c2,c1,c4,c0) x,y = 0,0 r=50 for i in range(4): c=circle(x=x, y=y,r=r, fill="yellow") r=r+25 show(c,c3,c2,c4,c1,c0)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login