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
Styled polygon
By
Aswani. V. A
Run
p1 = point(x=-100, y=100) p2 = point(x=0, y=0) p3 = point(x=100, y=-100) p4 = point(x=-100, y=-100) p5 = point(x=100, y=100) shape = polygon([p1, p2, p3, p4, p5], fill="yellow", stroke_width=5, stroke="red") show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login