Introduction
The map() function helps you apply the same action to many items quickly without writing a loop.
You want to double every number in a list of prices.
You need to convert a list of strings to uppercase.
You want to add 10 to each score in a list of test results.
You want to change a list of temperatures from Celsius to Fahrenheit.