Write a function called square that takes one number and returns it multiplied
by itself. Then call it with 9 and print the result.
Expected output:
81
Write a function called square that takes one number and returns it multiplied
by itself. Then call it with 9 and print the result.
Expected output:
81