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
1
FOSS
By
Rithas K
Run
outer_c = circle(r=100, fill="green", stroke="none") inner_c = circle(r=25, fill="white", stroke="none") p1 = point(x=0, y=0) p2 = point(x=-40, y=-100) p3 = point(x=40, y=-100) p = polygon([p1, p2, p3], fill="white", stroke="none") show(outer_c, inner_c, p)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login