Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) Where is function defined?

(A) module
(B) class
(C) another function
(D) all of the mentioned
Correct answer : Option (D) - all of the mentioned

Explanation:
 functions can be defined inside a module, a class or another function.

Share

Discusssion

Login to discuss.