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
ALEENA NAJEEM B20CS1106
Run
c1 = circle(r=150,fill="red",stroke="red") show(c1) c1 = circle(r=140,fill="orange",stroke="orange") show(c1) e3=ellipse(w=300,h=30,fill="green",stroke="green")|repeat(100,rotate (10)) show(e3) e4=ellipse(w=270,h=20,fill="yellow",stroke="yellow")|repeat(100,rotate (10)) show(e4) c1 = circle(fill="red",stroke="yellow") show(c1) c8 = circle(r=90,fill="green",stroke="green") show(c8) e1=ellipse(fill="orange",stroke="orange")|repeat(3,rotate (60)) show(e1) e1=ellipse(w=200,h=50,fill="yellow",stroke="yellow")|repeat(3,rotate (60)) show(e1) e2=ellipse(w=150,h=40,fill="red",stroke="red")|repeat(3,rotate (60)) show(e2) e2=ellipse(w=100,h=20,fill="green",stroke="green")|repeat(3,rotate (60)) show(e2) c5 = circle(r=15,fill="red",stroke="red") show(c5) c6 = circle(r=10,fill="yellow",stroke="yellow") show(c6) c7 = circle(r=5,fill="red",stroke="red") show(c7)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login