Q. Which of these can be used as keys in a dictionary?
β
Correct Answer: (B)
tuple
Explanation: Only immutable types like `tuple` can be used as dictionary keys.