%load_problem square
Problem: Square
Write a function square to compute the square of a number.
>>> square(4)
16
You can verify your solution using:
%verify_problem square