This community-built FAQ covers the “Double Square” exercise from the lesson “Lambda Function Code Challenge”.
Paths and Courses
This exercise can be found in the following Codecademy content:
FAQs on the exercise Double Square
There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
Agree with a comment or answer? Like () to up-vote the contribution!
I am late to the party, may be there it is better they emphasize the wording “The function should return twice the square of” as it easily missed by skimmers like us. May be that could be the intention
So we are now expecting the authors to consider ‘skimmers like us?’ Even skimming gets the message clear unless one skips right over it. There is definitely enough information to work with. How does one make it more explicit without more superfluous verbosity?
If there is, it is not intuitive. With the use of an iterator it is possible to return multiple values in a list after invoking the lambda on an iterable, each in turn.