for loopmap is provided to simplify
this taskmap takes a function and applies it to all items in an
iterable return a new iterablelambda keyword can be used to facilitate thisCreate a square function using lambda
instead of def.
lambda and map can be combined to quickly
perform operations on entire listsif clause