Home / Python Tips Generated By ChatGPT / Tuple Unpacking for Assigning Values in Python Unpack tuple elements directly into variables. Source Code x, y = point print(x, y)