Lambda is a way of cleaning up code and removing the use of functions that would otherwise only be used once. With lambda the paramaters of the function come before the : and what the function returns comes after.
: