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
1
New Sketch
By
Ramsheed Dilhan
Run
show(rectangle(h=300,w=300,fill="black",stroke="none")) c = circle(r=100,fill="red",stroke="none") c2 = circle(r=90,fill="black",stroke="none") c2 = c2 | scale(y=1.12) shape = c + c2 shape = (shape | scale(1.5)) show(shape) for i in range(16): shape = (shape | scale(0.87)|rotate(45)) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login