Open In App

Python | Namespaces and Scope Quiz | Question 20

What is the purpose of the functools.partial function in Python?

(A)



To define a partial function

(B)



To create a function with fixed arguments

(C)

To access global variables

(D)

To define a function with default arguments

Answer: (A)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :
Uncategorized