Q. Which of these can be used as keys in a dictionary? (A) list (B) tuple (C) dict (D) set ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) tuple Explanation: Only immutable types like `tuple` can be used as dictionary keys.