lambda points = [{x:2, y:3}, {x:4, y:1}] points.sort(key = lambda i : i[y]) print(points) Python/Python__works 2019.07.14
python lambda def enliven(word): return word.capitalize() + '!' edit_story(stairs, lamba word.capitalize() + '!') introducing python page 101 Python/Python__works 2019.07.14