We call square with f, the parameter name, and pass an integer value to it. Then, we print the returned integer value. Sweet!
square
f
That doesn't look right, does it?