Question: Write a function drawTri to draw a triangle. It takes three tuples, representing the vertices of a triangle, and draws this triangle using goto. Great
Write a function drawTri to draw a triangle. It takes three tuples, representing the vertices of a triangle, and draws this triangle using goto. Great way to draw an arbitrary triangle. TEST DATA: Call the function to draw a small blue triangle in the center of the third quadrant with bottom left corner (-200, -200). Python, vsc, turtle graphics
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
