Python 3 Tutorial for Beginners #22 - Maps
Hey ninjas, in this Python 3 tutorial I'll introduce you to the map function. A map function can take in a collection as a parameter, perform a computation on each item within the collection, and output a new collection based on the computation.