Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) @f
b) f
c) sf()
d) mk