This code generate hundred random points in the range of [-10,10] and ask a point to user. Then finds 5 points closest to user's entry point.
utkudarilmaz/Closest-Point
The program that finds the five points closest to the user's entry point between 100 random points.
PythonMIT