MCQ Single Best Answer Difficult

QWhich of the following function call is correct?

ID: #20256 Create Objects in Python 93 views
Question Info
#20256Q ID
DifficultDifficulty
Create Objects in PythonTopic

Choose the Best Option

Click any option to instantly check if you're 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: Option B

Explanation

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

Share This Question

Challenge a friend or share with your study group.