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
Anand P
Run
c1 = Circle(radius=50,fill="red",stroke="none") c4 = Circle(radius=10,fill="blue",stroke="none") c2 = Circle(radius=100,fill="yellow",stroke="none") c3 = Circle(radius=150,fill="red") c5 = Circle(radius=60,stroke="none",fill="brown") c6 = Circle(radius=10,stroke="none",fill="#ff0090") e1 = ellipse(w=200,h=50,fill="green",stroke="none")|repeat(10,rotate(angle=30)) r2= rectangle(w=100,h=100,stroke="none")|repeat(60, rotate(10)|scale(1)) r1 = circle(r=125,stroke="none",fill="blue") r3= rectangle(w=200,h=200,fill="white",stroke="none")|repeat(20, rotate(15)|scale(1)) r4 = rectangle(w=80,h=40,fill="violet",stroke="none")|repeat(30,rotate(angle=60)) show(c3,r3,r1,c2,c1,r2,c4,e1,c5,r4,c6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login