commit | 9abb725cea7a1687b4d85ab9766ae6256a76a1ef | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Fri Feb 15 12:40:18 2019 -0800 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Feb 15 12:40:18 2019 -0800 |
tree | bc804c12e1c16165429c861a638104c08f567192 | |
parent | 903567e4f54494c2f4148eec0504ad761ac942c2 [diff] |
Improve readability of random module examples (GH-11884) Based on reviewer feedback from Allen Downey, convert ``lambda`` to ``def``.