Question: Which phrase best describes using Tuples in Python? a. Used to store multiple items always in order of creation and immutable b. Used to store
Which phrase best describes using Tuples in Python?
| a. | Used to store multiple items always in order of creation and immutable | |
| b. | Used to store multiple unordered and unindexed items in a single variable | |
| c. | Used to store data values in key : value pairs | |
| d. | None of these |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
