Question: Which is the correct syntax to unpack a tuple? a Tuple (25, 50) = O x, y a Tuple() OaTuple[0] = 3 O x,
Which is the correct syntax to unpack a tuple? a Tuple (25, 50) = O x, y a Tuple() OaTuple[0] = 3 O x, y = a Tuple OaTuple.x = 3
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above q... View full answer
Get step-by-step solutions from verified subject matter experts
