MCQ Practice Single Best Answer Topic: Python Functions MCQ

Q What will be the output after the following statements?
def x(y,z):
 pass
x(1,4)

Question ID
#3770
Subchapter
Python Functions MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A 1,4
  • B y,z
  • C No output
  • D None
Correct Answer: C

Explanation

No output

Share This Question

Share this MCQ with your friends or study group.