Challenge: Square the Factorials
Square the factorials.
We'll cover the following...
Problem statement
In this challenge, you need to square the factorials of the first n
numbers. Implement the function square_factorial
that takes n
as a ...