Computer Science
Creating individual values from a tuple's elements is called packing.
Python Tuples
1 Like
Answer
False
Reason — Creating individual values from a tuple's elements is called unpacking.
Answered By
2 Likes
Related Questions
A tuple can store elements of different data types.
A tuple cannot store list as an element.
We cannot delete a dictionary once created.
Which of the statement(s) is/are correct?
- Python Dictionary is an unordered collection of items.
- Python Dictionary is a mapping of unique keys to values.
- Dictionary is mutable.
- All of these