I'm trying to write a program in python using graphics.py so if you click in the window the program draws the point that u clicked and then draws a line from the new point to every other point that has been drawn on the screen. I would think you would have to make a list of some kind but i don't even know where to start. can anyone help me?