OCR GCSE (9-1) Computer Science Scratch Explanation …

Sorting lists is usually useful and you can do this by using the .sort method for permanent sorting or the sorted() function for temporary sorting of lists. You can also use arguments to reverse the order of the sort or you could use the .reverse method. ................
................