Feeling lucky today?, if yes then this package is for you, it sorts an list shuffling until its sorted!, the most inefficient method of sorting a list!
$ pip install bogosort
# To use it just do this:
from bogosort import bogo_sort
sorted_arr = bogo_sort([2,3,1,10,8,20,4])