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
Athira P S
Run
background = rectangle(w=300, h=300, fill="#0000FF") show(background) c = circle(x=-75, y=-75, r=50, fill="white") + circle(x=-75, y=0, r=30, fill="white") show(c) c1 = circle(x=-90, y=10, r=4, fill="black") + circle(x=-60, y=10, r=4, fill="black") show(c1) p1 = point(x=-75, y=5) p2 = point(-73, y=-5) p3 = point(x=-85, y=-5) shape1 = polygon([p1, p2, p3], fill="orange") show(shape1) p4 = point(x=-125, y=-75) p5 = point(x=-140, y=-50) p6 = point(x=-25, y=-75) p7 = point(x=-10, y=-50) shape2 = polygon([p4, p5], stroke="brown") shape3 = polygon([p6, p7], stroke="brown") show(shape2, shape3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login