The Two Snippets Of The Following Python Codes Are Equivalentp #137
The two snippets of the following Python codes are equivalent.</p> <pre><code class="language-python">CODE 1 @f def f1(): print(“Hello”) CODE 2 def f1(): print(“Hello”) f1 = f(f1)</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Formatting & Decorators in Python - Python Decorators - Quiz No.1.