Define a function that states the value of the argument
accompanied by the phrase "Raised to the power of 2:" and returns a
value equal to its argument raised to the power of 2. This time,
use a new variable, called "result", in the body of the function.
Call the function with some argument to verify it works
properly.