On Mon, Feb 15, 2016 at 11:23 AM, Kaley Tucker wrote:
> I'm in an Intro to Python class and have an assignment where I need to
> implement a function calculating distance between two points, then create a
> loop to find points within a certain distance and create a list from those
> points. I w
I'm in an Intro to Python class and have an assignment where I need to
implement a function calculating distance between two points, then create a
loop to find points within a certain distance and create a list from those
points. I was able to create the function, but I cant get my loop to creat