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
Advaitha M Biju
Run
c = circle(r=150,fill="black") show(c) layer1=rectangle(w=200,h=200,fill="yellow",stroke="yellow") | repeat(30,rotate(50)) show(layer1) c = circle(r=125,fill="purple") show(c) layer2=rectangle(w=170,h=170,fill="white",stroke="white") | repeat(40,rotate(50)) show(layer2) c = circle(r=100,fill="red") show(c) layer1=rectangle(w=130,h=130,fill="yellow",stroke="yellow") | repeat(50,rotate(50)) show(layer1) c = circle(r=75,fill="blue") show(c) layer1=rectangle(w=90,h=90,fill="white",stroke="white") | repeat(30,rotate(50)) show(layer1) s=circle(r=50,fill="#006400") show(s) s=circle(r=30,fill="#ff8c00") show(s) shape = circle(x=15, y=0, r=25) | repeat(6, rotate(60)) show(shape) c5=circle(r=15,fill='red',stroke='red') show(c5) c6=circle(r=9,fill='purple',stroke='purple') show(c6) layer3=circle(r=10,fill="green",stroke="white") show(layer3) shape = rectangle(w=10, h=10) | repeat(9, rotate(10)) show(shape) s = rectangle(x=100, y=0, w=25, h=25) s = circle(x=140, y=0, r=10) s1 = s | repeat(20, scale(0.85)) s2 = s1 | repeat(36, rotate(10)) show(s2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login