Problem
Write a function name "square" which takes in a parameter and squares the value of the parameter and prints the results. For example your square function should take the value of 4 and print 16. Also, write a function call statement with a value or variable as an argument that needs to be squared. Python.