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
Abhijith H
Run
e1=ellipse(w=300,h=200,fill="yellow",stroke="none") | repeat(6,rotate(30)) e2=ellipse(w=290,h=190,fill="orange",stroke="none")|repeat(6,rotate(30)) e3=ellipse(w=280,h=180,fill="green",stroke="none") | repeat(6,rotate(30)) show(e1,e2,e3) sqr=rectangle(w=200,h=200,fill="orange",stroke="#B50003",stroke_width=2) |repeat(6,rotate(30)) show(sqr) e1=ellipse(w=200,h=100,fill="yellow",stroke="none") | repeat(6,rotate(30)) e2=ellipse(w=190,h=90,fill="orange",stroke="none")|repeat(6,rotate(30)) e3=ellipse(w=180,h=80,fill="green",stroke="none") | repeat(6,rotate(30)) show(e1,e2,e3) s6=rectangle(w=110,h=110,fill="pink" ,stroke="none") | repeat(6,rotate(30)) s7=rectangle(w=100,h=100,fill="brown",stroke="none") | repeat(6,rotate(30)) s8=rectangle(w=90,h=90,fill="red",stroke="none") | repeat(6,rotate(30)) s9=rectangle(w=80,h=80,fill="orange",stroke="none") | repeat(6,rotate(30)) show(s6,s7,s8,s9)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login