Social Sciences, asked by bnstringfield24, 3 months ago

What is the order of keys?

Answers

Answered by Sreekala4mt
0

Answer:"The keys() method of a dictionary object returns a list of all the keys used in the dictionary, in arbitrary order (if you want it sorted, just apply the sorted() function to it)." Just sort the list when you want to use it

Explanation:

Similar questions