Question: (Python) Create a program that requests each object to report its verticies, perimeter, and area. Source Code: https://pastebin.com/wGSF7KJs It has my contributed code as well.
(Python) Create a program that requests each object to report its verticies, perimeter, and area.


Source Code:
https://pastebin.com/wGSF7KJs
It has my contributed code as well. If you could put # comments in what you're adding and why I would really appreciate it
1. Create a text file named project01data.txt of polygons/rectangles that includes the following polygon/rectangle objects in the format described with Lab03. Your starting place is the collection of .py files in the Day05 posting. (sorry for all of the Day number and Lab number confusion.) P 5 1.7 4.9 6.1 6.2 7.0 2.8 4.8 0.1 1.5 1.4 R 4 7.0 5.0 1.0 5.0 1.0 3.0 7.0 3.0 P 4 4.1 5.4 6.9 2.5 2.9 0.8 0.9 2.5 P 3 1.2 4.7 6.5 4.2 4.0 1.7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
