coordinates = (3.14159, 2.71828)
x, y = coordinates

print("x =", x)  # Output: x = 3.14159
print("y =", y)  # Output: y = 2.71828