MCQ Practice Single Best Answer Topic: Create Objects in Python

Q Which of the following function call is correct?

Question ID
#20256
Subchapter
Create Objects in Python
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A f(a=1, b=1, c=2, d)
  • B f(a=1, b=1, c=2)
  • C f(a=1, b, c=2)
  • D f(a=1, b)
Correct Answer: B

Explanation

f(a=1, b=1, c=2)

Share This Question

Share this MCQ with your friends or study group.