Exercise: Unpacking a tuple
Here, we have a tuple containing personal information. Use unpacking to extract the values from the tuple and assign them to variables named name, age, and job.
Python
Setting up Python environment...
Output
Setting up Python environment...