14
Question Question 14
Will max( ) and min( ) always work for a dictionary ?
No, max( ) and min( ) will not always work for a dictionary. They will only work with dictionaries having homogeneous keys that can be compared.
Will max( ) and min( ) always work for a dictionary ?
No, max( ) and min( ) will not always work for a dictionary. They will only work with dictionaries having homogeneous keys that can be compared.