Home / Python Tips Generated By ChatGPT / Unpacking Tuples in Python Extract values from a tuple into variables. Source Code x, y = coordinates print(x, y)