how to drawing lines from points in a list in python using graphics.py?

C D

New member
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?
 
Back
Top