What Will Be The Output Of The Following Python Codep Pre #653
What will be the output of the following Python code?</p> <pre><code class="language-python" line="1"> y = 6 z = lambda x: x * y print z(8) </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Functions - Python Function - Quiz No.3.
What will be the output of the following Python code?
y = 6 z = lambda x: x * y print z(8)
48
14
64
None of the mentioned