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
Anwar sadiq
Run
c = circle(r=150, fill="white") c1 = ellipse(x=130, y=0, w=20, h=10, fill="red") def dot(x, y): s = circle(x=x, y=y, r=5, fill="yellow", stroke="none") return s s1 = dot(x=130, y=0) show(c, s1, c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login