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
Mysketch
By
Krishnanand K
Run
s1= ellipse(fill="yellow",stroke="none") s2= s1|rotate(45) s3= s1|rotate(90) s4= s1|rotate(135) c3= circle(r=50,fill="orange",stroke="gold",stroke_width="6") c2= circle(r=90,fill="darkorange",stroke="none") c1= circle(r=100,fill="yellow",stroke="none") show(s1,s2,s3,s4,c1,c2,c3) shape = circle(x=50, y=0, r=50,stroke="purple",stroke_width="6") | repeat(10, rotate(36)) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login