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
Pling
By
Ashik M
Run
c1 = circle(x=0,y=0,r=100, fill="yellow", stroke="none") c2 = circle(x=-40,y=25,r=25, fill="white", stroke="none") c3 = circle(x=40,y=25,r=25, fill="white", stroke="none") l1 = line(x1=-50, y1=-35, x2=50, y2=-35, stroke="white", stroke_width="5") bg = rectangle(w=300, h=300, fill="white", stoke="none") pling = combine([bg, c1, c2, c3, l1]) show(pling)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login