Python Programming - Dictionaries - Discussion

Discussion Forum : Dictionaries - General Questions (Q.No. 1)
1.
How do you check if a key is present in a dictionary?
key.exists()
key.in()
key.present()
key in dictionary
Answer: Option
Explanation:
The in keyword is used to check if a key is present in a dictionary.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.