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
Archa S
Run
c1 = circle(r=130, fill="yellow",) c2 = ellipse(x=60, y=50, w=60, h=50, fill="#FFFFFF", stroke="none") c3 = ellipse(x=-60, y=50, w=60, h=50, fill="#FFFFFF", stroke="none") c4 = circle(x=60, y=50, r=15, fill="black") c5 = circle(x=-60, y=50, r=15, fill="black") c6 = ellipse(x=0, y=-55, w=60, h=20, fill="red") c7 = ellipse(x=0, y=-45, w=60, h=20, fill="yellow", stroke="none") c8 = ellipse(x=130, y=0, w=30, h=60, fill="yellow") c9 = ellipse(x=-130, y=0, w=30, h=60, fill="yellow") show(c8, c9, c1, c2, c3, c4, c5, c6, c7,)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login