First time here? Check out the FAQ!
answered 2020-09-18 16:54:30 -0500
I figured it out. I needed to declare a new p = Point() every time inside the for loop rather than just once outside of it.