def print_point(x, y): # [unused-argument] print(f"Point is located at {x},{x}")