Question: Which of the following is NOT a tuple in Python? a. ('a', 1) b. (('a', 'b', 'c')) c. All of these expressions are tuples. d.
Which of the following is NOT a tuple in Python?
a.
|
| ('a', 1) |
b.
| (('a', 'b', 'c')) c. All of these expressions are tuples. d.
| |||
|
|
|
e.
| ('a', 'b') f. ('a') |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
