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 Giant wheel
By
Gayatri
Run
# inspired by yamini.R r = rectangle(x=0,y=0,w=300,h=300,fill="pink") c = circle(x=100,y=0,r=10,fill="black") c1=circle(x=110,y=0,r=5,fill="gray") z=line(x1=0,y1=0,x2=90,y2=0) c2=c+c1+z c3=c2 | repeat (40,rotate(30)) shape = c3| scale(0.25) | translate(y=125) | repeat(100, rotate(30) | scale(0.96)) show(r,shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login