...

/

Challenge: Square the Factorials

Challenge: Square the Factorials

Square the factorials.

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 ...