find number of unique keys in the dictionary

Solutions on MaxInterview for find number of unique keys in the dictionary by the best coders in the world

showing results for - "find number of unique keys in the dictionary"
Emie
04 Mar 2016
1# find number of unique keys in the dictionary
2keys_num = len(dictionary.keys())