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
Sudheesh S
Run
c = Circle(radius=150, fill="yellow", stroke="transparent") r = Rectangle(width=214, height=214, fill="red", stroke="transparent") rc = r | Repeat(30, rotate(12)) c2 = Circle(radius=142, fill="blue", stroke="transparent") c3 = Circle(radius=138, fill="white", stroke="transparent") c4 = Circle(radius=10, fill="orange", stroke="transparent") l = Line(fill="white") | Repeat(12, rotate(15)) shape = Rectangle(width=200, height=100, fill="blue", stroke="transparent") | Repeat(18, rotate(10)) r2 = Rectangle(width=160, height=80, fill="orange", stroke="transparent") | Rotate(angle=10) | Repeat(18, rotate(10)) r3 = Rectangle(width=120, height=60, fill="green", stroke="transparent") | Rotate(angle=20) | Repeat(18, rotate(10)) show(c,rc,c2,c3,c4) show(shape,r2,r3,l)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login