You have already completed these exercises!
Do you want to take them again?
You completed the Python Unpack Tuples Exercises from W3Schools.com
Share on:
Consider the following code:fruits = ('apple', 'banana', 'cherry')(x, y, z) = fruitsprint(y)What will be the value of y?
fruits = ('apple', 'banana', 'cherry')(x, y, z) = fruitsprint(y)
y