def get_coordinates():
    return (3.14159, 2.71828)

x, y = get_coordinates()
print(f"x = {x}, y = {y}")