Single Choice Not Set

QWhat will be the output after the following statements?
def pypi():
    b = 25
    c = 20
    return(a * b - c)
a = 12
print(pypi())

ID: #3915 Python Functions MCQ 403 views
Question Info
#3915Q ID
Not SetDifficulty
Python Functions MCQTopic

Choose the Best Option

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

  • A 280
  • B Error
  • C 60
  • D 215
Correct Answer

Explanation

280

Share This Question

Challenge a friend or share with your study group.