Single Choice Not Set

QWhat will be the output after the following statements?
a = 12
b = 45
c = 10
def pypi(x, y, z):
    return(z * y - x)
print(pypi(b, c, a))

ID: #3914 Python Functions MCQ 262 views
Question Info
#3914Q ID
Not SetDifficulty
Python Functions MCQTopic

Choose the Best Option

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

  • A 15
  • B 45
  • C 75
  • D 120
Correct Answer

Explanation

75

Share This Question

Challenge a friend or share with your study group.