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
spiral fork
By
Gayatri
Run
# run the code and see what happens bg = rectangle(w=300, h=300, fill="white") s = circle(x=140, y=0, r=10,stroke="blue",stroke_width="5")+circle(x=140, y=0, r=5,fill="red") s1 = s | repeat(36, rotate(10)) s2 = s1 | repeat(36, rotate(10) | scale(0.85)) shape = s2| scale(0.25) | translate(y=100) | repeat(100, rotate(60) | scale(0.96)) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login