Question: Swap the following two tuples in Python Given: tuple1 = (11,22) tuple2 = (99, 88) Expected output: Tuple1 = (99, 88) Tuple2-(11,22)
Swap the following two tuples in Python Given: tuple1 = (11,22) tuple2 = (99, 88) Expected output: Tuple1 = (99, 88) Tuple2-(11,22)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
