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
n harika
Run
c1=circle(r=100,fill="black",stroke="none") r1 = rectangle(w=100, h=100,fill="orange",stroke="none") | repeat(9, rotate(20)) r2 = rectangle(w=100, h=100,fill="brown",stroke="none") | repeat(7, rotate(40)) r3 = rectangle(w=100, h=100,fill="yellow",stroke="none") | repeat(7, rotate(40)) c2 = circle(r=80,fill="red",strole="none") s1 = ellipse(fill="yellow",stroke="none") s2 = s1 | rotate(45) s3 = s1 | rotate(90) s4 = s1 | rotate(135) show(s1, s2, s3, s4) show(c1,c2,r1,r2,r3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login