What is the following function compares elements of both dictionaries dict1, dict2?
A – dict1.cmp(dict2)
B – dict1.sort(dict2)
C – cmp(dict1, dict2)
D – None of the above.
1 Answers
What is the following function compares elements of both dictionaries dict1, dict2?
A – dict1.cmp(dict2)
B – dict1.sort(dict2)
C – cmp(dict1, dict2)
D – None of the above.