I simply want to adress each item in a list [100,200,300] with the same operation, such as +100.
Later it should be used to calculate the distance between one point (point1) and each point in a list of points = [point1, point2, point3, …], so the result will be a list of distances.