Python Programming - Dictionaries - Discussion
Discussion Forum : Dictionaries - General Questions (Q.No. 27)
27.
What is the result of the expression
dictionary.get('key')
?
Answer: Option
Explanation:
The
get()
method returns the value for 'key' if present, otherwise returns None
.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers