rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Add print values #93

Closed alexander-ding closed 5 years ago

alexander-ding commented 5 years ago

Addressing #91, I added the repl print values.

As for #91's request of adding examples other than sum, I saw a couple of examples of using all and list, and Python doesn't really have many other built-in list consuming functions. Most are defined using itertools.reduce and operator