A tuple can store elements of different data types.
3 Likes
True
Reason — A tuple can store elements of different data types, i.e., a tuple is heterogeneous in nature.
Answered By
2 Likes
Updating an element in a dictionary at runtime is possible.
We can create immutable dictionaries in Python.
A tuple cannot store list as an element.
Creating individual values from a tuple's elements is called packing.