Q72
What is the primary purpose of the functools.partial function in Python?
A.
Create a new decorator
B.
Partially apply function
C.
Create a wrapper function
AnswerD.
Create a closure
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board