CBSE Class 12 Computer Science
Question 62 of 105
Python Revision Tour II — Question 11
Back to all questionsTuples are used to store multiple items in a single variable. It is a collection which is ordered and immutable i.e., the elements of the tuple can't be changed in place. Tuples are useful when values to be stored are constant and need to be accessed quickly.