x1 = float(input("Enter the x-coordinate of the first point: ")) y1 = float(input("Enter the y-coordinate of the first point: ")) # Take input for the coordinates of ...