Question: by python please 5. Write a clickableEye function which draws a brown eye of radius 100 within a graph- ics window of sufficient size. The

by python please
5. Write a clickableEye function which draws a brown eye of radius 100 within a graph- ics window of sufficient size. The function should then respond to each user click on the eye by displaying (underneath the eye) the name of the part of the eye clicked on (i.e. one of "pupil", "iris", "sclera" (or "white")). The user should be able to finish (i.e. close the window) by clicking on any point outside the eye. (Hint: use your drawBrownEye and distanceBetweenPoints functions from pract05.py.) 5. Write a clickableEye function which draws a brown eye of radius 100 within a graph- ics window of sufficient size. The function should then respond to each user click on the eye by displaying (underneath the eye) the name of the part of the eye clicked on (i.e. one of "pupil", "iris", "sclera" (or "white")). The user should be able to finish (i.e. close the window) by clicking on any point outside the eye. (Hint: use your drawBrownEye and distanceBetweenPoints functions from pract05.py.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
