1.

dentify the decorator in the snippet of code shown below. def sf(): pass sf = mk(sf) @f def sf(): return

A. @f
B. f
C. sf()
D. mk
Answer» E.


Discussion

No Comment Found