for start, end in zip(start_points, end_points): if start[0] == -end[0] and start[1] == -end[1]: print(f"Point {start[0]},{start[1]} was negated.")