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
Nandanunni
Run
blue=color(r=30,g=144,b=255,a=0.2) green=color(r=0,g=128,b=0,a=0.2) red=color(r=255,g=99,b=71,a=0.5) c2 = circle(r=100, fill=green) c3 = circle(r=150, fill=red) e1 = ellipse(x=0, y=50, w=150, h=100, fill=blue) e2 = ellipse(x=0, y=-50, w=150, h=100, fill=blue) e3 = ellipse(x=-50, y=0, w=100, h=150, fill=blue) e4 = ellipse(x=50, y=0, w=100, h=150, fill=blue) # e5 = ellipse(x=0, y=50, w=300, h=200) # e6 = ellipse(x=0, y=-50, w=300, h=200) # e7 = ellipse(x=-50, y=0, w=200, h=300) # e8 = ellipse(x=50, y=0, w=200, h=300) show( c2, c3, e1, e2, e3, e4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login