Python_Institute
PCEP-30-02 · Question #386
Which of the following functions can be invoked with two arguments?
The correct answer is B. def iota(level, size = 0): pass. See the full explanation below for the reasoning.
Question
Which of the following functions can be invoked with two arguments?
Options
- Adef mu(Nonc): pass
- Bdef iota(level, size = 0): pass
- Cdef kappa(level): pass
- Ddef lambda(): pass
How the community answered
(32 responses)- A16% (5)
- B72% (23)
- C3% (1)
- D9% (3)
Community Discussion
No community discussion yet for this question.