Q. Which keyword is used to check if a key exists in a dictionary?
β
Correct Answer: (C)
in
Explanation: The `in` keyword is used to check if a key exists in the dictionary.