Single Choice Not Set

QWhat will be the output after the following statements?
 def call(x,y) :
    if y == 0:
        return
    return y - x
print(call(8,2))

ID: #3548 Python Functions MCQ 417 views
Question Info
#3548Q ID
Not SetDifficulty
Python Functions MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 6
  • B -6
  • C 2
  • D 6.0
Correct Answer

Explanation

Share This Question

Challenge a friend or share with your study group.