👉 In programming, a "tupled" value is an object that has been duplicated in order to create a new object with the same properties. For example, if we have two objects x and y, we can create a new object z by duplicating x and setting its properties on z: ```python x = 10 y = x z = (x, y) ``` In this case, `z` is an instance of the tuple type. This means that