211c28c340
* added new python exercise and solution * add sort exercise and solutions * changed heading1 * fixed header description
238 B
238 B
Sort Descending
-
write a function that sorts the following list of list without using the
sorted()
and.sort()
function in descending order