Show
by
  • What I want to be able to do is click on the frame window so that points will appear on it and when I click in the rectangle that says ‘Done’ for the program to stop. However the program keeps going when I click inside the rectangle. Here IS the code I have so far:

    def main():

    print(" Click anywhere in graph window ten times to get points")

    Read more