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
1.0
By
Abhijith Ram P
Run
c1 = circle(r=150,fill="green") show(c1) s1=ellipse(w=300,fill="yellow",stroke_width="1")|repeat(50,rotate(10)) show(s1) c2=circle(r=145,fill="white") show(c2) red = rectangle(x=140, y=0, h=12,w=8,fill="#ff0000",stroke_width="0") | repeat(36, rotate(20)) yellow = rectangle(x=0, y=140, h=8,w=11,fill="#ffff00",stroke_width="0") | repeat(36, rotate(20)) orange = rectangle(x=12, y=139.8, h=8,w=12,fill="#ff8000",stroke_width="0") | repeat(36, rotate(20)) layer1=(red+yellow+orange)|repeat(20,scale(0.94)|rotate(25)) show(layer1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login