Describe Python here. Find the last n elements of a list: {{{ foo = random.sample(range(10, 30), 15) foo[:-5:-1] }}}