News

sort() is a built in function present in Python which can sort list, tuple, set and dictionary. Very useful to overcome more lines in code for a simple sort function.
# Python dictionaries are inherently unsorted. So what do you do if you need to sort the contents of a dictionary. # In this kata you will create a function that returns a sorted list of (key, value) ...