OpenGuide / Python-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple Python codes here , and whats more interesting is that you can even Contribute !!!
MIT License
30 stars 69 forks source link

Summing numbers through map and reduce #92

Closed aryan-mann closed 11 months ago

aryan-mann commented 6 years ago

I thought this problem could use some ideas from functional programming i.e. map and reduce.

So I added a method that uses those along with a little explanation of map and reduce for people new to concepts from functional languages or programming in general.