Question: Python coding add the coordinates of the fourth point ( 3 . 8 , 3 . 7 ) . Figure out where these numbers should
Python coding
add the coordinates of the fourth point Figure out where these numbers should go and how else you need to modify your program to add this fourth point to your Polygon add one line
Also, add a light green background to the window and set the polygons fill color to light blue.
my code so far
from graphics import
def main:
x
y
plist #Would be a list of Points. Its empty at first.
plist.appendPointx y
plist.appendPointx y
plist.appendPointx y
plist.appendPointx y
poly Polygonplist # We create a polygon object by using
# Polygon function and giving it
# a list of Points as input
win GraphWinConnect Points Melissa Carpenter",
win.setCoords
poly.drawwin
main
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
