The Output Of The Following Codes Are The Samep Pre Langpython #755
The output of the following codes are the same.</p> <pre><code class="language-python">[x**2 for x in range(10)] list(map((lambda x:x**2), range(10)))</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Mapping Functions - Python Functional Programming Tools - Quiz No.2.