Challenge: Anonymous Functions
Test your understanding of anonymous functions with these coding questions.
We'll cover the following...
We'll cover the following...
Problem 1
In this challenge, you need to square the factorials of the first n numbers. Implement the function square_factorial that takes n as a parameter. Write a ...